home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / menus / marxmenu / marxmenu.doc < prev    next >
Text File  |  1996-07-10  |  407KB  |  8,175 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.     ===================================================================
  23.  
  24.  
  25.  
  26.                       <*> Computer Tyme MarxMenu <*>
  27.  
  28.                              Reference Manual
  29.  
  30.                    Copyright 1989 - 1992 by Marc Perkel
  31.  
  32.         All Rights Reserved * Version 2.36 * Release Date: 01-21-92
  33.  
  34.     Computer Tyme * 411 North Sherman Suite 300 * Springfield Mo. 65802
  35.  
  36.                  (417) 866-1222 voice * (417) 866-1665 bbs
  37.  
  38.                            Fax: (417) 866-0135
  39.                           CompuServe 76505,1120
  40.  
  41.  
  42.  
  43.     ===================================================================
  44.  
  45.  
  46.  
  47.    Computer Tyme MarxMenu * Table of Contents              Page 1
  48.    _______________________________________________________________
  49.  
  50.  
  51.  
  52.        Copyright .........................................  1
  53.        License ...........................................  1
  54.        Warranty ..........................................  1
  55.        Acknowledgments ...................................  2
  56.        Trademarks ........................................  2
  57.        The MarxMenu Name .................................  2
  58.        Technical Support .................................  3
  59.        Installation ......................................  3
  60.        Installing the Network Survival Kit ...............  4
  61.        Overview of the MarxMenu System ...................  5
  62.        -- What MarxMenu Does .............................  7
  63.        The MARX.BAT File .................................  8
  64.        -- DROPTO.BAT .....................................  10
  65.        -- Support for early DOS versions .................  11
  66.        -- About Environment Variables ....................  12
  67.        -- Dealing with Multiple DOS Shells ...............  13
  68.        -- MarxMenu and TSR Control .......................  14
  69.        Sample Menus on Disk ..............................  15
  70.        Network Users .....................................  15
  71.        -- Network Menu Strategy ..........................  16
  72.        -- Novell Users ...................................  16
  73.        ---- The Novell Menu Translator ...................  17
  74.        ---- Logging out under Menu Control ...............  18
  75.        ---- Logging in with MarxMenu .....................  19
  76.        ---- Using Novell's Login .........................  19
  77.        ------ The CONFIG.SYS File ........................  20
  78.        ------ The AUTOEXEC.BAT File ......................  20
  79.        ------ The SHELL.CFG File .........................  22
  80.        ------ Using a Menu File to Log In ................  22
  81.        ------ Novell Search Drives .......................  23
  82.        ---- Setting File Attributes ......................  24
  83.        ---- Novell Semaphores ............................  24
  84.        Running a MarxMenu ................................  25
  85.        Upgrading MarxMenu ................................  26
  86.        Customizing MarxMenu Sample Files .................  27
  87.        Menu Analysis .....................................  28
  88.        Onkey Statements ..................................  28
  89.        Popup Menus .......................................  29
  90.        The Console .......................................  30
  91.        Repositioning the Top Window ......................  30
  92.        Mouse Support .....................................  31
  93.        Starting off the Easy Way .........................  31
  94.        About Variables ...................................  31
  95.        -- Numeric Variables ..............................  32
  96.        -- Boolean Variables ..............................  33
  97.        -- String Variables ...............................  33
  98.        -- Real Numbers ...................................  33
  99.        -- Local Variables ................................  34
  100.        -- Dates ..........................................  35è       -- Passing Parameters to Procedures ...............  35
  101.        About Constants ...................................  36
  102.  
  103.  
  104.  
  105.    Computer Tyme MarxMenu * Table of Contents              Page 2
  106.    _______________________________________________________________
  107.  
  108.  
  109.        About Arrays ......................................  37
  110.        About Qualifiers ..................................  38
  111.        Pointer Variables .................................  39
  112.        Comments in Menu Files ............................  40
  113.        The MarxMenu Compiler .............................  40
  114.        MarxMenu Language Rules ...........................  41
  115.        Compiler Compatibility ............................  41
  116.        A word about DOS versions .........................  42
  117.        A word about BUGS .................................  43
  118.        Tips From the Master ..............................  43
  119.        -- Computers do Simple Tasks ......................  43
  120.        -- Complex Tasks are made of Simple Tasks .........  44
  121.        -- Learning Good Programming Habits ...............  44
  122.        -- Use Long Names .................................  45
  123.        -- Use Comments Liberally .........................  46
  124.        -- Indent Your code ...............................  47
  125.        -- For Duplicate Tasks, Use Procedures ............  48
  126.        -- Don't Program Yourself into a Corner ...........  49
  127.        -- For the POWER User .............................  49
  128.        Where MarxMenu is Heading .........................  50
  129.        A word to Writers and Reviewers ...................  51
  130.        Using MarxHelp ....................................  52
  131.        Printing the Example Files ........................  52
  132.        Security Issues ...................................  52
  133.        Keeping Users in the Menu .........................  53
  134.        -- Using BREAK.SYS ................................  54
  135.        -- Using the SHELL= Command .......................  55
  136.        MarxMenu Commands .................................  56
  137.        -- | ..............................................  56
  138.        -- ( ..............................................  56
  139.        -- ) ..............................................  57
  140.        -- * ..............................................  57
  141.        -- + ..............................................  57
  142.        -- - ..............................................  57
  143.        -- / ..............................................  57
  144.        -- < ..............................................  57
  145.        -- <= .............................................  57
  146.        -- <> .............................................  57
  147.        -- = ..............................................  57
  148.        -- > ..............................................  58
  149.        -- >= .............................................  58
  150.        -- %MenuFileName ..................................  58
  151.        -- Abs ............................................  58
  152.        -- Actual .........................................  58
  153.        -- Alias ..........................................  59
  154.        -- AllowAbort .....................................  59
  155.        -- AllowEsc .......................................  59
  156.        -- And ............................................  59
  157.        -- AppendArray ....................................  60
  158.        -- ApplicationMemory ..............................  60è       -- ArcTan .........................................  60
  159.        -- AssignList .....................................  60
  160.  
  161.  
  162.  
  163.    Computer Tyme MarxMenu * Table of Contents              Page 3
  164.    _______________________________________________________________
  165.  
  166.  
  167.        -- BadDate ........................................  61
  168.        -- Bat ............................................  61
  169.        -- BatFileName ....................................  61
  170.        -- BigShadow ......................................  61
  171.        -- BinString ......................................  62
  172.        -- Blanked ........................................  62
  173.        -- BlankMessage ...................................  62
  174.        -- BlankScreenProgram .............................  62
  175.        -- BlankTime ......................................  63
  176.        -- Blink ..........................................  63
  177.        -- BlockBox .......................................  63
  178.        -- BootDrive ......................................  64
  179.        -- BoxBorderColor .................................  64
  180.        -- BoxHeader ......................................  64
  181.        -- BoxHeaderColor .................................  64
  182.        -- BoxHeaderLeft ..................................  64
  183.        -- BoxHeaderRight .................................  65
  184.        -- BoxFooter ......................................  65
  185.        -- BoxFooterLeft ..................................  65
  186.        -- BoxFooterRight .................................  65
  187.        -- BoxInsideColor .................................  66
  188.        -- BrightBackground ...............................  66
  189.        -- BuildPath ......................................  66
  190.        -- CancelListEntry ................................  67
  191.        -- CapsColor ......................................  67
  192.        -- CapsLock .......................................  67
  193.        -- Chain ..........................................  68
  194.        -- Char ...........................................  68
  195.        -- ChDir ..........................................  68
  196.        -- CleanFileName ..................................  68
  197.        -- ClearLine ......................................  69
  198.        -- ClearScreen ....................................  69
  199.        -- ClearScreenFirst ...............................  69
  200.        -- ClearScreenOnExit ..............................  69
  201.        -- ClockColor .....................................  69
  202.        -- ClockMode ......................................  70
  203.        -- ClockPos .......................................  70
  204.        -- ClosePrinter ...................................  71
  205.        -- ClusterSize ....................................  71
  206.        -- CmdLine ........................................  71
  207.        -- ColdBoot .......................................  71
  208.        -- ColorScreen ....................................  72
  209.        -- Comment ........................................  72
  210.        -- Console ........................................  72
  211.        -- ConsoleBorderColor .............................  72
  212.        -- ConsoleHeaderColor .............................  73
  213.        -- ConsoleInsideColor .............................  73
  214.        -- ConsolePos .....................................  73
  215.        -- Const ..........................................  73
  216.        -- Cos ............................................  73è       -- CpuClass .......................................  73
  217.        -- CountryCode ....................................  74
  218.  
  219.  
  220.  
  221.    Computer Tyme MarxMenu * Table of Contents              Page 4
  222.    _______________________________________________________________
  223.  
  224.  
  225.        -- CurrentEnvironment .............................  74
  226.        -- CurrentWindow ..................................  74
  227.        -- Cursor .........................................  74
  228.        -- CustomBox ......................................  74
  229.        -- DateSeparator ..................................  74
  230.        -- DateString .....................................  75
  231.        -- Day ............................................  75
  232.        -- DayOf ..........................................  75
  233.        -- DayOfWeek ......................................  75
  234.        -- DayOfWeekOf ....................................  75
  235.        -- DecimalSeparator ...............................  75
  236.        -- Delete .........................................  76
  237.        -- DelFile ........................................  76
  238.        -- DisplayType ....................................  77
  239.        -- DirectoriesOnly ................................  77
  240.        -- Dispose ........................................  77
  241.        -- DosVersion .....................................  78
  242.        -- DosVersionString ...............................  78
  243.        -- DosWindow ......................................  78
  244.        -- DoubleLineBox ..................................  78
  245.        -- DrawBox ........................................  79
  246.        -- Drives .........................................  79
  247.        -- DvAppNumber ....................................  79
  248.        -- DvFrame ........................................  79
  249.        -- DvFreeze .......................................  79
  250.        -- DvHide .........................................  80
  251.        -- DvKillTask .....................................  80
  252.        -- DvLastHandle ...................................  80
  253.        -- DvLoaded .......................................  80
  254.        -- DvMoveWindow ...................................  80
  255.        -- DvMyHandle .....................................  80
  256.        -- DvPifExecute ...................................  81
  257.        -- DvResizeWindow .................................  81
  258.        -- DvSetBottom ....................................  81
  259.        -- DvSetTop .......................................  81
  260.        -- DvUnFreeze .....................................  82
  261.        -- DvUnHide .......................................  82
  262.        -- Else ...........................................  82
  263.        -- ElseIf .........................................  82
  264.        -- EndComment .....................................  83
  265.        -- Endif ..........................................  83
  266.        -- EndLoop ........................................  83
  267.        -- EndOfFile ......................................  83
  268.        -- EndProc ........................................  83
  269.        -- EndWhile .......................................  84
  270.        -- EnvFree ........................................  84
  271.        -- EnvSize ........................................  84
  272.        -- EraseTopWindow .................................  84
  273.        -- EraseWindow ....................................  84
  274.        -- Execute ........................................  85è       -- ExistDir .......................................  86
  275.        -- ExistFile ......................................  86
  276.  
  277.  
  278.  
  279.    Computer Tyme MarxMenu * Table of Contents              Page 5
  280.    _______________________________________________________________
  281.  
  282.  
  283.        -- ExistOnPath ....................................  86
  284.        -- ExitCode .......................................  86
  285.        -- ExitMenu .......................................  87
  286.        -- Exp ............................................  87
  287.        -- Explode ........................................  87
  288.        -- ExplodeDelay ...................................  87
  289.        -- Extension ......................................  87
  290.        -- FileAppend .....................................  87
  291.        -- FileAssign .....................................  88
  292.        -- FileAttr .......................................  88
  293.        -- FileClose ......................................  88
  294.        -- FileCreate .....................................  88
  295.        -- FileDate .......................................  88
  296.        -- FileFlush ......................................  88
  297.        -- FileLog ........................................  89
  298.        -- FileOpen .......................................  89
  299.        -- FilePart .......................................  89
  300.        -- FilePos ........................................  89
  301.        -- FileReadln .....................................  90
  302.        -- FileRename .....................................  90
  303.        -- FileResult .....................................  90
  304.        -- FileSeek .......................................  90
  305.        -- FileSize .......................................  90
  306.        -- FileTime .......................................  90
  307.        -- FileWrite ......................................  90
  308.        -- FileWriteln ....................................  91
  309.        -- FixPath ........................................  91
  310.        -- Floppies .......................................  91
  311.        -- ForceExplosion .................................  91
  312.        -- ForceExtension .................................  91
  313.        -- Fraction .......................................  91
  314.        -- FreeDiskSpace ..................................  92
  315.        -- FreeEms ........................................  92
  316.        -- FreeMem ........................................  92
  317.        -- FreeMemory .....................................  92
  318.        -- GetMem .........................................  92
  319.        -- GotoXY .........................................  93
  320.        -- HexString ......................................  93
  321.        -- HiddenAndSystem ................................  93
  322.        -- HighWord .......................................  93
  323.        -- Hour ...........................................  93
  324.        -- HourOf .........................................  93
  325.        -- Hundredth ......................................  94
  326.        -- IdleProgram ....................................  94
  327.        -- If .............................................  95
  328.        -- InactiveBox ....................................  95
  329.        -- InactiveBoxColor ...............................  96
  330.        -- InactiveShadow .................................  96
  331.        -- Include ........................................  96
  332.        -- IncludeDirectories .............................  97è       -- InputString ....................................  97
  333.        -- Insert .........................................  97
  334.  
  335.  
  336.  
  337.    Computer Tyme MarxMenu * Table of Contents              Page 6
  338.    _______________________________________________________________
  339.  
  340.  
  341.        -- InsertMode .....................................  97
  342.        -- Int ............................................  97
  343.        -- Integer ........................................  97
  344.        -- Intr ...........................................  98
  345.        -- InverseColor ...................................  98
  346.        -- Jump ...........................................  98
  347.        -- KbdReady .......................................  98
  348.        -- KeySave ........................................  98
  349.        -- KeyFromMouse ...................................  98
  350.        -- KillMusic ......................................  98
  351.        -- LastDrive ......................................  99
  352.        -- LastKey ........................................  99
  353.        -- Left ...........................................  99
  354.        -- Length .........................................  99
  355.        -- Ln .............................................  99
  356.        -- Loc ............................................  100
  357.        -- LockWord .......................................  101
  358.        -- Logoff .........................................  101
  359.        -- LogoffTime .....................................  101
  360.        -- Loop ...........................................  102
  361.        -- LoopIndex ......................................  103
  362.        -- LoopLevel ......................................  103
  363.        -- LoopLimit ......................................  103
  364.        -- MachineName ....................................  103
  365.        -- LowWord ........................................  104
  366.        -- MakeListEntry ..................................  104
  367.        -- MarxVersion ....................................  104
  368.        -- MasterEnvironment ..............................  104
  369.        -- Max ............................................  104
  370.        -- Mem ............................................  105
  371.        -- MemL ...........................................  105
  372.        -- MemSize ........................................  105
  373.        -- MemW ...........................................  105
  374.        -- MenuKeyBuffer ..................................  106
  375.        -- Mid ............................................  106
  376.        -- Min ............................................  106
  377.        -- MinorDosVersion ................................  106
  378.        -- Minute .........................................  106
  379.        -- MinuteOf .......................................  106
  380.        -- MkDir ..........................................  107
  381.        -- Mod ............................................  107
  382.        -- ModifyPath .....................................  107
  383.        -- Month ..........................................  107
  384.        -- MonthOf ........................................  107
  385.        -- Mouse ..........................................  108
  386.        -- MouseHorizontal ................................  108
  387.        -- MouseVertical ..................................  108
  388.        -- MoveWindow .....................................  108
  389.        -- MsDos ..........................................  109
  390.        -- MxCmd ..........................................  109è       -- NamePart .......................................  109
  391.        -- NetworkVersion .................................  109
  392.  
  393.  
  394.  
  395.    Computer Tyme MarxMenu * Table of Contents              Page 7
  396.    _______________________________________________________________
  397.  
  398.  
  399.        -- NextWord .......................................  110
  400.        -- NoBoxBorder ....................................  110
  401.        -- NoExit .........................................  110
  402.        -- Not ............................................  110
  403.        -- NotesLeft ......................................  110
  404.        -- NotesPlayed ....................................  110
  405.        -- NovAccountExpDate ..............................  111
  406.        -- NovAddUserToGroup ..............................  111
  407.        -- NovAddToSet ....................................  111
  408.        -- NovAttach ......................................  111
  409.        -- NovAttachedServers .............................  111
  410.        -- NovBroadcastMode ...............................  112
  411.        -- NovCaptureCopies ...............................  112
  412.        -- NovCaptureFF ...................................  112
  413.        -- NovCaptureForm .................................  113
  414.        -- NovCaptureQueue ................................  113
  415.        -- NovCaptureTabSize ..............................  113
  416.        -- NovCaptureTimeOut ..............................  113
  417.        -- NovCaptureUseBanner ............................  114
  418.        -- NovChangePassword ..............................  114
  419.        -- NovCleanVolumeName .............................  114
  420.        -- NovClearConnection .............................  114
  421.        -- NovCloseSemaphore ..............................  114
  422.        -- NovConnection ..................................  114
  423.        -- NovConnectionsInUse ............................  114
  424.        -- NovConsoleOperator .............................  115
  425.        -- NovCreateObject ................................  115
  426.        -- NovCreateProperty ..............................  115
  427.        -- NovDefaultServer ...............................  116
  428.        -- NovDeleteFromSet ...............................  116
  429.        -- NovDeleteObject ................................  116
  430.        -- NovDetach ......................................  116
  431.        -- NovDownServer ..................................  116
  432.        -- NovEndCapture ..................................  116
  433.        -- NovFreeDirSlots ................................  117
  434.        -- NovFreeVolumeSpace .............................  117
  435.        -- NovForceDownServer .............................  117
  436.        -- NovFullName ....................................  117
  437.        -- NovGetMessage ..................................  117
  438.        -- NovGraceLoginReset .............................  118
  439.        -- NovGraceLogins .................................  118
  440.        -- NovGroupMembers ................................  118
  441.        -- NovGroups ......................................  118
  442.        -- NovInGroup .....................................  118
  443.        -- NovLastLoginDate ...............................  119
  444.        -- NovLogin .......................................  119
  445.        -- NovLoginName ...................................  119
  446.        -- NovLogout ......................................  120
  447.        -- NovMapDrive ....................................  120
  448.        -- NovMapRoot .....................................  120è       -- NovMaxConnections ..............................  120
  449.        -- NovMinPasswordLength ...........................  121
  450.  
  451.  
  452.  
  453.    Computer Tyme MarxMenu * Table of Contents              Page 8
  454.    _______________________________________________________________
  455.  
  456.  
  457.        -- NovMyLoginName .................................  121
  458.        -- NovMyPassword ..................................  121
  459.        -- NovMyPrintQueues ...............................  121
  460.        -- NovObjectID ....................................  121
  461.        -- NovObjects .....................................  122
  462.        -- NovObjectSecurity ..............................  122
  463.        -- NovOpenSemaphore ...............................  123
  464.        -- NovPasswordExpDate .............................  123
  465.        -- NovPreferredServer .............................  123
  466.        -- NovPrimaryServer ...............................  123
  467.        -- NovPrintQueues .................................  123
  468.        -- NovPropertySecurity ............................  124
  469.        -- NovPropertyValues ..............................  124
  470.        -- NovReadGroups ..................................  125
  471.        -- NovReadSecurityEquals ..........................  125
  472.        -- NovRemoveUserFromGroup .........................  125
  473.        -- NovRenameObject ................................  125
  474.        -- NovResult ......................................  126
  475.        -- NovScanProperties ..............................  126
  476.        -- NovScanTrusteePaths ............................  126
  477.        -- NovSecurityEquals ..............................  127
  478.        -- NovSemaphoreTimeOut ............................  127
  479.        -- NovSemaphoreUsers ..............................  127
  480.        -- NovSemaphoreValue ..............................  127
  481.        -- NovServerLogin .................................  127
  482.        -- NovServers .....................................  127
  483.        -- NovServerTime ..................................  127
  484.        -- NovSendMessage .................................  128
  485.        -- NovSetPreferredServer ..........................  128
  486.        -- NovSetPrimaryServer ............................  128
  487.        -- NovSetProperty .................................  128
  488.        -- NovSignalSemaphore .............................  129
  489.        -- NovStaticObject
  490.  
  491.  
  492.    Computer Tyme MarxMenu * Table of Contents              Page 10
  493.    _______________________________________________________________
  494.  
  495.  
  496.  
  497.  
  498.  
  499.    Computer Tyme MarxMenu * Table of Contents              Page 10
  500.    _______________________________________________________________
  501.  
  502.  
  503.        -- NovStaticProperty ..............................  129
  504.        -- NovStationAddress ..............................  129
  505.        -- NovTotalDirSlots ...............................  130
  506.        -- NovTotalVolumeSpace ............................  130
  507.        -- NovUserInGroup ....
  508.  
  509.  
  510.    Computer Tyme MarxMenu * Table of Contents              Page 12
  511.    _______________________________________________________________
  512.  
  513.  
  514.  
  515.  
  516.  
  517.    Computer Tyme MarxMenu * Table of Contents              Page 12
  518.    _______________________________________________________________
  519.  
  520.  
  521.        -- NovUsers .......................................  130
  522.        -- NovUsersLoggedIn ...............................  130
  523.        -- NovVersionNumber ...............................  130
  524.        -- NovVolumeNumber ................................  131
  525.        -- NovVolumes .....................................  131
  526.        -- NovWaitOnSemaphore .............................  131
  527.        -- NumberOfElements ...............................  131
  528.        -- Now ............................................  131
  529.        -- NumLock ........................................  132
  530.        -- Offset .........................................  132
  531.        -- OnKey ..........................................  132
  532.        -- OnScreenOnly ...................................  134
  533.        -- OpenPrinter ....................................  134
  534.        -- OptionSwitch ...................................  134
  535.        -- Or .............................................  134
  536.        -- Ord ............................................  135
  537.        -- OverKey ........................................  135
  538.        -- Overlay ........................................  135
  539.        -- ParallelPorts ..................................  135
  540.        -- ParamStr .......................................  136
  541.        -- ParentEnvironment ..............................  136
  542.        -- Password .......................................  136
  543.        -- Path ...........................................  136
  544.        -- PathPart .......................................  137
  545.        -- PauseAfterExecute ..............................  137
  546.        -- Pi .............................................  137
  547.        -- PickFile .......................................  137
  548.        -- PickMany .......................................  138
  549.        -- PickOne ........................................  138
  550.        -- PickPosition ...................................  138
  551.        -- Port ...........................................  138
  552.        -- Pos ............................................  139
  553.        -- PosInList ......................................  139
  554.        -- PosInSortedList ................................  139
  555.        -- Power ..........................................  139
  556.        -- Pred ...........................................  140
  557.        -- Print ..........................................  140
  558.        -- PrinterName ....................................  140
  559.        -- Println ........................................  140
  560.        -- PrintScreen ....................................  140
  561.        -- Procedure ......................................  141
  562.        -- PullMenu .......................................  142
  563.        -- Qualifier ......................................  142è       -- Random .........................................  143
  564.        -- ReadAscTextFile ................................  143
  565.        -- ReadDirectory ..................................  143
  566.        -- ReadEnv ........................................  144
  567.        -- ReadEnvironment ................................  144
  568.        -- ReadFileBlock ..................................  144
  569.        -- ReadKey ........................................  145
  570.        -- Readln .........................................  145
  571.        -- ReadTextFile ...................................  145
  572.  
  573.  
  574.  
  575.    Computer Tyme MarxMenu * Table of Contents              Page 13
  576.    _______________________________________________________________
  577.  
  578.  
  579.        -- Real ...........................................  146
  580.        -- Reboot .........................................  146
  581.        -- ReleaseDate ....................................  146
  582.        -- Repeat .........................................  146
  583.        -- ResizeWindow ...................................  147
  584.        -- Return .........................................  147
  585.        -- ReturnCode .....................................  147
  586.        -- Right ..........................................  147
  587.        -- RmDir ..........................................  148
  588.        -- RollWindow .....................................  148
  589.        -- Run ............................................  149
  590.        -- SavePosition ...................................  149
  591.        -- ScreenHeight ...................................  149
  592.        -- ScreenWidth ....................................  149
  593.        -- ScrollLock .....................................  150
  594.        -- ScrollMove .....................................  150
  595.        -- Second .........................................  150
  596.        -- SecondOf .......................................  150
  597.        -- Security .......................................  150
  598.        -- Segment ........................................  150
  599.        -- SelectPath .....................................  151
  600.        -- SerialPorts ....................................  151
  601.        -- SetArraySize ...................................  151
  602.        -- SetEnv .........................................  151
  603.        -- SetTopWindow ...................................  152
  604.        -- SetWindowUnder .................................  152
  605.        -- Shadow .........................................  152
  606.        -- ShadowColor ....................................  152
  607.        -- ShadowPosition .................................  152
  608.        -- Shared .........................................  153
  609.        -- ShellEnvironment ...............................  153
  610.        -- Shl ............................................  153
  611.        -- Shr ............................................  153
  612.        -- Sin ............................................  153
  613.        -- SingleLineBox ..................................  153
  614.        -- SmallShadow ....................................  154
  615.        -- SortArray ......................................  154
  616.        -- Sound ..........................................  154
  617.        -- SplitPath ......................................  154
  618.        -- Sqr ............................................  154
  619.        -- StandardIO .....................................  155
  620.        -- Str ............................................  155
  621.        -- StuffAKey ......................................  155
  622.        -- StuffKBD .......................................  155
  623.        -- StuffKeyboardNow ...............................  155
  624.        -- Succ ...........................................  156
  625.        -- Suggest ........................................  156
  626.        -- TextBackground .................................  156
  627.        -- TextColor ......................................  156
  628.        -- TextMode .......................................  156è       -- TextPos ........................................  157
  629.        -- TextSeek .......................................  157
  630.  
  631.  
  632.  
  633.    Computer Tyme MarxMenu * Table of Contents              Page 14
  634.    _______________________________________________________________
  635.  
  636.  
  637.        -- Then ...........................................  157
  638.        -- TimeOf .........................................  157
  639.        -- Timer ..........................................  157
  640.        -- TimeSeparator ..................................  157
  641.        -- TimeString .....................................  158
  642.        -- Today ..........................................  158
  643.        -- Tomorrow .......................................  158
  644.        -- Tone ...........................................  158
  645.        -- TotalDiskSpace .................................  159
  646.        -- TotalEms .......................................  159
  647.        -- Trim ...........................................  159
  648.        -- TrueName .......................................  159
  649.        -- UnBlank ........................................  160
  650.        -- UniqueFileName .................................  160
  651.        -- Until ..........................................  160
  652.        -- UpperCase ......................................  160
  653.        -- UpperCaseOnly ..................................  161
  654.        -- UseArrows ......................................  161
  655.        -- UseCommand .....................................  161
  656.        -- UsedDiskSpace ..................................  162
  657.        -- UseNovPassword .................................  162
  658.        -- Value ..........................................  162
  659.        -- Var ............................................  162
  660.        -- VarType ........................................  163
  661.        -- VideoMode ......................................  163
  662.        -- VideoPage ......................................  163
  663.        -- ViewArray ......................................  163
  664.        -- ViewTextFile ...................................  163
  665.        -- VinCheckService ................................  164
  666.        -- VinesInt .......................................  164
  667.        -- VinesLoaded ....................................  164
  668.        -- VinUserName ....................................  164
  669.        -- VinSerialNumber ................................  165
  670.        -- Volume .........................................  165
  671.        -- Wait ...........................................  165
  672.        -- WaitOrKbdReady .................................  165
  673.        -- WhereX .........................................  165
  674.        -- WhereXAbs ......................................  165
  675.        -- WhereY .........................................  165
  676.        -- WhereYAbs ......................................  166
  677.        -- While ..........................................  166
  678.        -- WholeFileNames .................................  166
  679.        -- Window .........................................  166
  680.        -- WindowHeight ...................................  166
  681.        -- WindowWidth ....................................  166
  682.        -- WinX ...........................................  167
  683.        -- WinY ...........................................  167
  684.        -- Write ..........................................  167
  685.        -- WriteCenter ....................................  167
  686.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  687.        -- WriteTextFile ..................................  167
  688.  
  689.  
  690.  
  691.    Computer Tyme MarxMenu * Table of Contents              Page 15
  692.    _______________________________________________________________
  693.  
  694.  
  695.        -- WriteVertical ..................................  168
  696.        -- Xor ............................................  168
  697.        -- Year ...........................................  168
  698.        -- YearOf .........................................  168
  699.        String Constants ..................................  169
  700.        Time and Date Constants ...........................  169
  701.        Video Constants ...................................  170
  702.        Color Constants ...................................  170
  703.        Boolean Constants .................................  170
  704.        Conditional Statements ............................  170
  705.        Environment Variables used by MarxMenu ............  171
  706.        Command Categories ................................  172
  707.        -- Misc Commands ..................................  173
  708.        -- Math Commands ..................................  173
  709.        -- Float Commands .................................  174
  710.        -- String Commands ................................  175
  711.        -- Variable Commands ..............................  176
  712.        -- Boolean Commands ...............................  176
  713.        -- Array Commands .................................  177
  714.        -- Memory Commands ................................  178
  715.        -- Novell Commands ................................  178
  716.        -- MSNet Commands .................................  180
  717.        -- Vines Commands .................................  180
  718.        -- Time Commands ..................................  181
  719.        -- Execution Commands .............................  182
  720.        -- Display Commands ...............................  182
  721.        -- Color Commands .................................  184
  722.        -- Environment Commands ...........................  184
  723.        -- System Commands ................................  185
  724.        -- File Commands ..................................  185
  725.        -- Ansi Commands ..................................  186
  726.        -- Printer Commands ...............................  186
  727.        -- International Commands .........................  186
  728.        -- DesqView Commands ..............................  187
  729.        -- Conditional Commands ...........................  187
  730.        -- Keyboard Commands ..............................  188
  731.        -- MouseControl Commands ..........................  188
  732.        -- Music Commands .................................  188
  733.  
  734.  
  735.  
  736.    Computer Tyme MarxMenu Users Manual                     Page 1
  737.    _______________________________________________________________
  738.  
  739.  
  740.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  741.  
  742.    This manual is copyrighted material and all rights are reserved.
  743.    MarxMenu is a programming language which describes to the computer what
  744.    it is supposed to do. Even though some of the individual words in
  745.    MarxMenu are used in other programming languages, I claim a copyright on
  746.    the collection of words which make up the MarxMenu language. I therefore
  747.    consider it an infringement of my CopyRight to create a software product
  748.    which uses the MarxMenu language, or translates MarxMenu source code,
  749.    without purchasing a license to do so.
  750.  
  751.    The combinations of definitions of commands in this manual constitute a
  752.    copyrighted work. Any publication which describes a computer language
  753.    for which the MarxMenu command set is a subset is a violation of the
  754.    copyright of this software and this written manual.
  755.  
  756.    In other words, don't try to clone MarxMenu.
  757.  
  758.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  759.  
  760.    You are licensed to use this program on a single CPU or workstation. If
  761.    you are running on a network, you are required to license a separate
  762.    copy for each workstation or a file server license for each file server.
  763.    If you are running on a multiuser operating system such as Concurrent
  764.    DOS, you are required to license a copy for each workstation. Everyone
  765.    who uses this menu, must license a copy unless several people share the
  766.    same workstation.
  767.  
  768.    This software is licensed and not sold. The license begins when Computer
  769.    Tyme receives payment in full. You may not transfer, sell, sublease or
  770.    rent this software without the written consent of Computer Tyme. You are
  771.    not allowed to distribute MarxMenu in runtime form with software you
  772.    developed unless it is in combination with a paid for copy of MarxMenu,
  773.    or you have made special arrangements in writing with Computer Tyme to
  774.    do so.
  775.  
  776.    Use of this product constitutes your acceptance of the terms and
  777.    conditions of this license and of my copyright and your agreement to
  778.    abide by these terms and conditions.
  779.  
  780.    WARRANTY:   WARRANTY:   WARRANTY:
  781.  
  782.    The warranty is limited to the diskettes to be machine readable for a
  783.    period of 30 days after purchase. Although we try hard to write perfect
  784.    software that has no bugs, we do not guarantee that. We also do not
  785.    guarantee that this product is fit for every purpose and we are not
  786.    liable for any damages that might occur from use of this product. This
  787.    agreement is governed by the laws of the State of Missouri.
  788.  
  789.  
  790.  
  791.    Computer Tyme MarxMenu Users Manual                     Page 2
  792.    _______________________________________________________________
  793.  
  794.  
  795.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  796.  
  797.    I would like to thank the following people for making this product
  798.    possible:
  799.  
  800.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  801.    for being good to me and helping with revisions and editing.
  802.  
  803.    The Computer Tyme staff for being the best employees in the world.
  804.  
  805.    Borland International for writing Turbo Pascal and keeping it bug free
  806.    and well supported.
  807.  
  808.    TurboPower Software for their very powerful extensions to Turbo Pascal
  809.    and their well written, well supported product.
  810.  
  811.    Semware for TEdit and QEdit, their full screen editors.
  812.  
  813.    All users who actually paid for this product so that we may continue to
  814.    eat.
  815.  
  816.    Those of you who have pointed out bugs and made suggestions to improve
  817.    our product.
  818.  
  819.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  820.  
  821.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  822.    are trademarks of Computer Tyme.
  823.  
  824.     QEdit and TEdit are trademarks of SemWare.
  825.     Lotus is a registered trademark of Lotus Development.
  826.     Wordstar is a registered trademark of MicroPro International.
  827.     Smart Software is a trademark of Informix.
  828.     MS-DOS is a trademark of Microsoft.
  829.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  830.     Turbo Pascal is a trademark of Borland International.
  831.     OPRO and TPRO are trademarks of TurboPower Software.
  832.     Netware and Novell are trademarks of Novell.
  833.     DesqView and QEMM are trademarks of Quarterdeck.
  834.     IBM and OS/2 are trademarks of International Business Machines.
  835.  
  836.     Created using Turbo Pascal
  837.     Copyright 1983-90 by Borland International
  838.  
  839.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  840.  
  841.    When I first wrote this program my friends referred to it as Marc's
  842.    Menu. The Names .................................  166
  843.        -- Window .........................................  166
  844.        -- WindowHeight ...................................  166
  845.        -- WindowWidth ....................................  166
  846.        -- WinX ...........................................  167
  847.        -- WinY ...........................................  167
  848.        -- Write ..........................................  167
  849.        -- WriteCenter ....................................  167
  850.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  851.        -- WriteTextFile ..................................  167
  852.  
  853.  
  854.  
  855.    Computer Tyme MarxMenu * Table of Contents              Page 15
  856.    _______________________________________________________________
  857.  
  858.  
  859.        -- WriteVertical ..................................  168
  860.        -- Xor ............................................  168
  861.        -- Year ...........................................  168
  862.        -- YearOf .........................................  168
  863.        String Constants ..................................  169
  864.        Time and Date Constants ...........................  169
  865.        Video Constants ...................................  170
  866.        Color Constants ...................................  170
  867.        Boolean Constants .................................  170
  868.        Conditional Statements ............................  170
  869.        Environment Variables used by MarxMenu ............  171
  870.        Command Categories ................................  172
  871.        -- Misc Commands ..................................  173
  872.        -- Math Commands ..................................  173
  873.        -- Float Commands .................................  174
  874.        -- String Commands ................................  175
  875.        -- Variable Commands ..............................  176
  876.        -- Boolean Commands ...............................  176
  877.        -- Array Commands .................................  177
  878.        -- Memory Commands ................................  178
  879.        -- Novell Commands ................................  178
  880.        -- MSNet Commands .................................  180
  881.        -- Vines Commands .................................  180
  882.        -- Time Commands ..................................  181
  883.        -- Execution Commands .............................  182
  884.        -- Display Commands ...............................  182
  885.        -- Color Commands .................................  184
  886.        -- Environment Commands ...........................  184
  887.        -- System Commands ................................  185
  888.        -- File Commands ..................................  185
  889.        -- Ansi Commands ..................................  186
  890.        -- Printer Commands ...............................  186
  891.        -- International Commands .........................  186
  892.        -- DesqView Commands ..............................  187
  893.        -- Conditional Commands ...........................  187
  894.        -- Keyboard Commands ..............................  188
  895.        -- MouseControl Commands ..........................  188
  896.        -- Music Commands .................................  188
  897.  
  898.  
  899.  
  900.    Computer Tyme MarxMenu Users Manual                     Page 1
  901.    _______________________________________________________________
  902.  
  903.  
  904.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  905.  
  906.    This manual is copyrighted material and all rights are reserved.
  907.    MarxMenu is a programming language which describes to the computer what
  908.    it is supposed to do. Even though some of the individual words in
  909.    MarxMenu are used in other programming languages, I claim a copyright on
  910.    the collection of words which make up the MarxMenu language. I therefore
  911.    consider it an infringement of my CopyRight to create a software product
  912.    which uses the MarxMenu language, or translates MarxMenu source code,
  913.    without purchasing a license to do so.
  914.  
  915.    The combinations of definitions of commands in this manual constitute a
  916.    copyrighted work. Any publication which describes a computer language
  917.    for which the MarxMenu command set is a subset is a violation of the
  918.    copyright of this software and this written manual.
  919.  
  920.    In other words, don't try to clone MarxMenu.
  921.  
  922.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  923.  
  924.    You are licensed to use this program on a single CPU or workstation. If
  925.    you are running on a network, you are required to license a separate
  926.    copy for each workstation or a file server license for each file server.
  927.    If you are running on a multiuser operating system such as Concurrent
  928.    DOS, you are required to license a copy for each workstation. Everyone
  929.    who uses this menu, must license a copy unless several people share the
  930.    same workstation.
  931.  
  932.    This software is licensed and not sold. The license begins when Computer
  933.    Tyme receives payment in full. You may not transfer, sell, sublease or
  934.    rent this software without the written consent of Computer Tyme. You are
  935.    not allowed to distribute MarxMenu in runtime form with software you
  936.    developed unless it is in combination with a paid for copy of MarxMenu,
  937.    or you have made special arrangements in writing with Computer Tyme to
  938.    do so.
  939.  
  940.    Use of this product constitutes your acceptance of the terms and
  941.    conditions of this license and of my copyright and your agreement to
  942.    abide by these terms and conditions.
  943.  
  944.    WARRANTY:   WARRANTY:   WARRANTY:
  945.  
  946.    The warranty is limited to the diskettes to be machine readable for a
  947.    period of 30 days after purchase. Although we try hard to write perfect
  948.    software that has no bugs, we do not guarantee that. We also do not
  949.    guarantee that this product is fit for every purpose and we are not
  950.    liable for any damages that might occur from use of this product. This
  951.    agreement is governed by the laws of the State of Missouri.
  952.  
  953.  
  954.  
  955.    Computer Tyme MarxMenu Users Manual                     Page 2
  956.    _______________________________________________________________
  957.  
  958.  
  959.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  960.  
  961.    I would like to thank the following people for making this product
  962.    possible:
  963.  
  964.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  965.    for being good to me and helping with revisions and editing.
  966.  
  967.    The Computer Tyme staff for being the best employees in the world.
  968.  
  969.    Borland International for writing Turbo Pascal and keeping it bug free
  970.    and well supported.
  971.  
  972.    TurboPower Software for their very powerful extensions to Turbo Pascal
  973.    and their well written, well supported product.
  974.  
  975.    Semware for TEdit and QEdit, their full screen editors.
  976.  
  977.    All users who actually paid for this product so that we may continue to
  978.    eat.
  979.  
  980.    Those of you who have pointed out bugs and made suggestions to improve
  981.    our product.
  982.  
  983.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  984.  
  985.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  986.    are trademarks of Computer Tyme.
  987.  
  988.     QEdit and TEdit are trademarks of SemWare.
  989.     Lotus is a registered trademark of Lotus Development.
  990.     Wordstar is a registered trademark of MicroPro International.
  991.     Smart Software is a trademark of Informix.
  992.     MS-DOS is a trademark of Microsoft.
  993.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  994.     Turbo Pascal is a trademark of Borland International.
  995.     OPRO and TPRO are trademarks of TurboPower Software.
  996.     Netware and Novell are trademarks of Novell.
  997.     DesqView and QEMM are trademarks of Quarterdeck.
  998.     IBM and OS/2 are trademarks of International Business Machines.
  999.  
  1000.     Created using Turbo Pascal
  1001.     Copyright 1983-90 by Borland International
  1002.  
  1003.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  1004.  
  1005.    When I first wrote this program my friends referred to it as Marc's
  1006.    Menu. The Names .................................  166
  1007.        -- Window .........................................  166
  1008.        -- WindowHeight ...................................  166
  1009.        -- WindowWidth ....................................  166
  1010.        -- WinX ...........................................  167
  1011.        -- WinY ...........................................  167
  1012.        -- Write ..........................................  167
  1013.        -- WriteCenter ....................................  167
  1014.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  1015.        -- WriteTextFile ..................................  167
  1016.  
  1017.  
  1018.  
  1019.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1020.    _______________________________________________________________
  1021.  
  1022.  
  1023.        -- WriteVertical ..................................  168
  1024.        -- Xor ............................................  168
  1025.        -- Year ...........................................  168
  1026.        -- YearOf .........................................  168
  1027.        String Constants ..................................  169
  1028.        Time and Date Constants ...........................  169
  1029.        Video Constants ...................................  170
  1030.        Color Constants ...................................  170
  1031.        Boolean Constants .................................  170
  1032.        Conditional Statements ............................  170
  1033.        Environment Variables used by MarxMenu ............  171
  1034.        Command Categories ................................  172
  1035.        -- Misc Commands ..................................  173
  1036.        -- Math Commands ..................................  173
  1037.        -- Float Commands .................................  174
  1038.        -- String Commands ................................  175
  1039.        -- Variable Commands ..............................  176
  1040.        -- Boolean Commands ...............................  176
  1041.        -- Array Commands .................................  177
  1042.        -- Memory Commands ................................  178
  1043.        -- Novell Commands ................................  178
  1044.        -- MSNet Commands .................................  180
  1045.        -- Vines Commands .................................  180
  1046.        -- Time Commands ..................................  181
  1047.        -- Execution Commands .............................  182
  1048.        -- Display Commands ...............................  182
  1049.        -- Color Commands .................................  184
  1050.        -- Environment Commands ...........................  184
  1051.        -- System Commands ................................  185
  1052.        -- File Commands ..................................  185
  1053.        -- Ansi Commands ..................................  186
  1054.        -- Printer Commands ...............................  186
  1055.        -- International Commands .........................  186
  1056.        -- DesqView Commands ..............................  187
  1057.        -- Conditional Commands ...........................  187
  1058.        -- Keyboard Commands ..............................  188
  1059.        -- MouseControl Commands ..........................  188
  1060.        -- Music Commands .................................  188
  1061.  
  1062.  
  1063.  
  1064.    Computer Tyme MarxMenu Users Manual                     Page 1
  1065.    _______________________________________________________________
  1066.  
  1067.  
  1068.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  1069.  
  1070.    This manual is copyrighted material and all rights are reserved.
  1071.    MarxMenu is a programming language which describes to the computer what
  1072.    it is supposed to do. Even though some of the individual words in
  1073.    MarxMenu are used in other programming languages, I claim a copyright on
  1074.    the collection of words which make up the MarxMenu language. I therefore
  1075.    consider it an infringement of my CopyRight to create a software product
  1076.    which uses the MarxMenu language, or translates MarxMenu source code,
  1077.    without purchasing a license to do so.
  1078.  
  1079.    The combinations of definitions of commands in this manual constitute a
  1080.    copyrighted work. Any publication which describes a computer language
  1081.    for which the MarxMenu command set is a subset is a violation of the
  1082.    copyright of this software and this written manual.
  1083.  
  1084.    In other words, don't try to clone MarxMenu.
  1085.  
  1086.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  1087.  
  1088.    You are licensed to use this program on a single CPU or workstation. If
  1089.    you are running on a network, you are required to license a separate
  1090.    copy for each workstation or a file server license for each file server.
  1091.    If you are running on a multiuser operating system such as Concurrent
  1092.    DOS, you are required to license a copy for each workstation. Everyone
  1093.    who uses this menu, must license a copy unless several people share the
  1094.    same workstation.
  1095.  
  1096.    This software is licensed and not sold. The license begins when Computer
  1097.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1098.    rent this software without the written consent of Computer Tyme. You are
  1099.    not allowed to distribute MarxMenu in runtime form with software you
  1100.    developed unless it is in combination with a paid for copy of MarxMenu,
  1101.    or you have made special arrangements in writing with Computer Tyme to
  1102.    do so.
  1103.  
  1104.    Use of this product constitutes your acceptance of the terms and
  1105.    conditions of this license and of my copyright and your agreement to
  1106.    abide by these terms and conditions.
  1107.  
  1108.    WARRANTY:   WARRANTY:   WARRANTY:
  1109.  
  1110.    The warranty is limited to the diskettes to be machine readable for a
  1111.    period of 30 days after purchase. Although we try hard to write perfect
  1112.    software that has no bugs, we do not guarantee that. We also do not
  1113.    guarantee that this product is fit for every purpose and we are not
  1114.    liable for any damages that might occur from use of this product. This
  1115.    agreement is governed by the laws of the State of Missouri.
  1116.  
  1117.  
  1118.  
  1119.    Computer Tyme MarxMenu Users Manual                     Page 2
  1120.    _______________________________________________________________
  1121.  
  1122.  
  1123.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  1124.  
  1125.    I would like to thank the following people for making this product
  1126.    possible:
  1127.  
  1128.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1129.    for being good to me and helping with revisions and editing.
  1130.  
  1131.    The Computer Tyme staff for being the best employees in the world.
  1132.  
  1133.    Borland International for writing Turbo Pascal and keeping it bug free
  1134.    and well supported.
  1135.  
  1136.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1137.    and their well written, well supported product.
  1138.  
  1139.    Semware for TEdit and QEdit, their full screen editors.
  1140.  
  1141.    All users who actually paid for this product so that we may continue to
  1142.    eat.
  1143.  
  1144.    Those of you who have pointed out bugs and made suggestions to improve
  1145.    our product.
  1146.  
  1147.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  1148.  
  1149.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1150.    are trademarks of Computer Tyme.
  1151.  
  1152.     QEdit and TEdit are trademarks of SemWare.
  1153.     Lotus is a registered trademark of Lotus Development.
  1154.     Wordstar is a registered trademark of MicroPro International.
  1155.     Smart Software is a trademark of Informix.
  1156.     MS-DOS is a trademark of Microsoft.
  1157.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1158.     Turbo Pascal is a trademark of Borland International.
  1159.     OPRO and TPRO are trademarks of TurboPower Software.
  1160.     Netware and Novell are trademarks of Novell.
  1161.     DesqView and QEMM are trademarks of Quarterdeck.
  1162.     IBM and OS/2 are trademarks of International Business Machines.
  1163.  
  1164.     Created using Turbo Pascal
  1165.     Copyright 1983-90 by Borland International
  1166.  
  1167.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  1168.  
  1169.    When I first wrote this program my friends referred to it as Marc's
  1170.    Menu. The Names .................................  166
  1171.        -- Window .........................................  166
  1172.        -- WindowHeight ...................................  166
  1173.        -- WindowWidth ....................................  166
  1174.        -- WinX ...........................................  167
  1175.        -- WinY ...........................................  167
  1176.        -- Write ..........................................  167
  1177.        -- WriteCenter ....................................  167
  1178.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  1179.        -- WriteTextFile ..................................  167
  1180.  
  1181.  
  1182.  
  1183.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1184.    _______________________________________________________________
  1185.  
  1186.  
  1187.        -- WriteVertical ..................................  168
  1188.        -- Xor ............................................  168
  1189.        -- Year ...........................................  168
  1190.        -- YearOf .........................................  168
  1191.        String Constants ..................................  169
  1192.        Time and Date Constants ...........................  169
  1193.        Video Constants ...................................  170
  1194.        Color Constants ...................................  170
  1195.        Boolean Constants .................................  170
  1196.        Conditional Statements ............................  170
  1197.        Environment Variables used by MarxMenu ............  171
  1198.        Command Categories ................................  172
  1199.        -- Misc Commands ..................................  173
  1200.        -- Math Commands ..................................  173
  1201.        -- Float Commands .................................  174
  1202.        -- String Commands ................................  175
  1203.        -- Variable Commands ..............................  176
  1204.        -- Boolean Commands ...............................  176
  1205.        -- Array Commands .................................  177
  1206.        -- Memory Commands ................................  178
  1207.        -- Novell Commands ................................  178
  1208.        -- MSNet Commands .................................  180
  1209.        -- Vines Commands .................................  180
  1210.        -- Time Commands ..................................  181
  1211.        -- Execution Commands .............................  182
  1212.        -- Display Commands ...............................  182
  1213.        -- Color Commands .................................  184
  1214.        -- Environment Commands ...........................  184
  1215.        -- System Commands ................................  185
  1216.        -- File Commands ..................................  185
  1217.        -- Ansi Commands ..................................  186
  1218.        -- Printer Commands ...............................  186
  1219.        -- International Commands .........................  186
  1220.        -- DesqView Commands ..............................  187
  1221.        -- Conditional Commands ...........................  187
  1222.        -- Keyboard Commands ..............................  188
  1223.        -- MouseControl Commands ..........................  188
  1224.        -- Music Commands .................................  188
  1225.  
  1226.  
  1227.  
  1228.    Computer Tyme MarxMenu Users Manual                     Page 1
  1229.    _______________________________________________________________
  1230.  
  1231.  
  1232.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  1233.  
  1234.    This manual is copyrighted material and all rights are reserved.
  1235.    MarxMenu is a programming language which describes to the computer what
  1236.    it is supposed to do. Even though some of the individual words in
  1237.    MarxMenu are used in other programming languages, I claim a copyright on
  1238.    the collection of words which make up the MarxMenu language. I therefore
  1239.    consider it an infringement of my CopyRight to create a software product
  1240.    which uses the MarxMenu language, or translates MarxMenu source code,
  1241.    without purchasing a license to do so.
  1242.  
  1243.    The combinations of definitions of commands in this manual constitute a
  1244.    copyrighted work. Any publication which describes a computer language
  1245.    for which the MarxMenu command set is a subset is a violation of the
  1246.    copyright of this software and this written manual.
  1247.  
  1248.    In other words, don't try to clone MarxMenu.
  1249.  
  1250.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  1251.  
  1252.    You are licensed to use this program on a single CPU or workstation. If
  1253.    you are running on a network, you are required to license a separate
  1254.    copy for each workstation or a file server license for each file server.
  1255.    If you are running on a multiuser operating system such as Concurrent
  1256.    DOS, you are required to license a copy for each workstation. Everyone
  1257.    who uses this menu, must license a copy unless several people share the
  1258.    same workstation.
  1259.  
  1260.    This software is licensed and not sold. The license begins when Computer
  1261.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1262.    rent this software without the written consent of Computer Tyme. You are
  1263.    not allowed to distribute MarxMenu in runtime form with software you
  1264.    developed unless it is in combination with a paid for copy of MarxMenu,
  1265.    or you have made special arrangements in writing with Computer Tyme to
  1266.    do so.
  1267.  
  1268.    Use of this product constitutes your acceptance of the terms and
  1269.    conditions of this license and of my copyright and your agreement to
  1270.    abide by these terms and conditions.
  1271.  
  1272.    WARRANTY:   WARRANTY:   WARRANTY:
  1273.  
  1274.    The warranty is limited to the diskettes to be machine readable for a
  1275.    period of 30 days after purchase. Although we try hard to write perfect
  1276.    software that has no bugs, we do not guarantee that. We also do not
  1277.    guarantee that this product is fit for every purpose and we are not
  1278.    liable for any damages that might occur from use of this product. This
  1279.    agreement is governed by the laws of the State of Missouri.
  1280.  
  1281.  
  1282.  
  1283.    Computer Tyme MarxMenu Users Manual                     Page 2
  1284.    _______________________________________________________________
  1285.  
  1286.  
  1287.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  1288.  
  1289.    I would like to thank the following people for making this product
  1290.    possible:
  1291.  
  1292.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1293.    for being good to me and helping with revisions and editing.
  1294.  
  1295.    The Computer Tyme staff for being the best employees in the world.
  1296.  
  1297.    Borland International for writing Turbo Pascal and keeping it bug free
  1298.    and well supported.
  1299.  
  1300.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1301.    and their well written, well supported product.
  1302.  
  1303.    Semware for TEdit and QEdit, their full screen editors.
  1304.  
  1305.    All users who actually paid for this product so that we may continue to
  1306.    eat.
  1307.  
  1308.    Those of you who have pointed out bugs and made suggestions to improve
  1309.    our product.
  1310.  
  1311.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  1312.  
  1313.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1314.    are trademarks of Computer Tyme.
  1315.  
  1316.     QEdit and TEdit are trademarks of SemWare.
  1317.     Lotus is a registered trademark of Lotus Development.
  1318.     Wordstar is a registered trademark of MicroPro International.
  1319.     Smart Software is a trademark of Informix.
  1320.     MS-DOS is a trademark of Microsoft.
  1321.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1322.     Turbo Pascal is a trademark of Borland International.
  1323.     OPRO and TPRO are trademarks of TurboPower Software.
  1324.     Netware and Novell are trademarks of Novell.
  1325.     DesqView and QEMM are trademarks of Quarterdeck.
  1326.     IBM and OS/2 are trademarks of International Business Machines.
  1327.  
  1328.     Created using Turbo Pascal
  1329.     Copyright 1983-90 by Borland International
  1330.  
  1331.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  1332.  
  1333.    When I first wrote this program my friends referred to it as Marc's
  1334.    Menu. The Names .................................  166
  1335.        -- Window .........................................  166
  1336.        -- WindowHeight ...................................  166
  1337.        -- WindowWidth ....................................  166
  1338.        -- WinX ...........................................  167
  1339.        -- WinY ...........................................  167
  1340.        -- Write ..........................................  167
  1341.        -- WriteCenter ....................................  167
  1342.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  1343.        -- WriteTextFile ..................................  167
  1344.  
  1345.  
  1346.  
  1347.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1348.    _______________________________________________________________
  1349.  
  1350.  
  1351.        -- WriteVertical ..................................  168
  1352.        -- Xor ............................................  168
  1353.        -- Year ...........................................  168
  1354.        -- YearOf .........................................  168
  1355.        String Constants ..................................  169
  1356.        Time and Date Constants ...........................  169
  1357.        Video Constants ...................................  170
  1358.        Color Constants ...................................  170
  1359.        Boolean Constants .................................  170
  1360.        Conditional Statements ............................  170
  1361.        Environment Variables used by MarxMenu ............  171
  1362.        Command Categories ................................  172
  1363.        -- Misc Commands ..................................  173
  1364.        -- Math Commands ..................................  173
  1365.        -- Float Commands .................................  174
  1366.        -- String Commands ................................  175
  1367.        -- Variable Commands ..............................  176
  1368.        -- Boolean Commands ...............................  176
  1369.        -- Array Commands .................................  177
  1370.        -- Memory Commands ................................  178
  1371.        -- Novell Commands ................................  178
  1372.        -- MSNet Commands .................................  180
  1373.        -- Vines Commands .................................  180
  1374.        -- Time Commands ..................................  181
  1375.        -- Execution Commands .............................  182
  1376.        -- Display Commands ...............................  182
  1377.        -- Color Commands .................................  184
  1378.        -- Environment Commands ...........................  184
  1379.        -- System Commands ................................  185
  1380.        -- File Commands ..................................  185
  1381.        -- Ansi Commands ..................................  186
  1382.        -- Printer Commands ...............................  186
  1383.        -- International Commands .........................  186
  1384.        -- DesqView Commands ..............................  187
  1385.        -- Conditional Commands ...........................  187
  1386.        -- Keyboard Commands ..............................  188
  1387.        -- MouseControl Commands ..........................  188
  1388.        -- Music Commands .................................  188
  1389.  
  1390.  
  1391.  
  1392.    Computer Tyme MarxMenu Users Manual                     Page 1
  1393.    _______________________________________________________________
  1394.  
  1395.  
  1396.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  1397.  
  1398.    This manual is copyrighted material and all rights are reserved.
  1399.    MarxMenu is a programming language which describes to the computer what
  1400.    it is supposed to do. Even though some of the individual words in
  1401.    MarxMenu are used in other programming languages, I claim a copyright on
  1402.    the collection of words which make up the MarxMenu language. I therefore
  1403.    consider it an infringement of my CopyRight to create a software product
  1404.    which uses the MarxMenu language, or translates MarxMenu source code,
  1405.    without purchasing a license to do so.
  1406.  
  1407.    The combinations of definitions of commands in this manual constitute a
  1408.    copyrighted work. Any publication which describes a computer language
  1409.    for which the MarxMenu command set is a subset is a violation of the
  1410.    copyright of this software and this written manual.
  1411.  
  1412.    In other words, don't try to clone MarxMenu.
  1413.  
  1414.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  1415.  
  1416.    You are licensed to use this program on a single CPU or workstation. If
  1417.    you are running on a network, you are required to license a separate
  1418.    copy for each workstation or a file server license for each file server.
  1419.    If you are running on a multiuser operating system such as Concurrent
  1420.    DOS, you are required to license a copy for each workstation. Everyone
  1421.    who uses this menu, must license a copy unless several people share the
  1422.    same workstation.
  1423.  
  1424.    This software is licensed and not sold. The license begins when Computer
  1425.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1426.    rent this software without the written consent of Computer Tyme. You are
  1427.    not allowed to distribute MarxMenu in runtime form with software you
  1428.    developed unless it is in combination with a paid for copy of MarxMenu,
  1429.    or you have made special arrangements in writing with Computer Tyme to
  1430.    do so.
  1431.  
  1432.    Use of this product constitutes your acceptance of the terms and
  1433.    conditions of this license and of my copyright and your agreement to
  1434.    abide by these terms and conditions.
  1435.  
  1436.    WARRANTY:   WARRANTY:   WARRANTY:
  1437.  
  1438.    The warranty is limited to the diskettes to be machine readable for a
  1439.    period of 30 days after purchase. Although we try hard to write perfect
  1440.    software that has no bugs, we do not guarantee that. We also do not
  1441.    guarantee that this product is fit for every purpose and we are not
  1442.    liable for any damages that might occur from use of this product. This
  1443.    agreement is governed by the laws of the State of Missouri.
  1444.  
  1445.  
  1446.  
  1447.    Computer Tyme MarxMenu Users Manual                     Page 2
  1448.    _______________________________________________________________
  1449.  
  1450.  
  1451.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  1452.  
  1453.    I would like to thank the following people for making this product
  1454.    possible:
  1455.  
  1456.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1457.    for being good to me and helping with revisions and editing.
  1458.  
  1459.    The Computer Tyme staff for being the best employees in the world.
  1460.  
  1461.    Borland International for writing Turbo Pascal and keeping it bug free
  1462.    and well supported.
  1463.  
  1464.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1465.    and their well written, well supported product.
  1466.  
  1467.    Semware for TEdit and QEdit, their full screen editors.
  1468.  
  1469.    All users who actually paid for this product so that we may continue to
  1470.    eat.
  1471.  
  1472.    Those of you who have pointed out bugs and made suggestions to improve
  1473.    our product.
  1474.  
  1475.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  1476.  
  1477.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1478.    are trademarks of Computer Tyme.
  1479.  
  1480.     QEdit and TEdit are trademarks of SemWare.
  1481.     Lotus is a registered trademark of Lotus Development.
  1482.     Wordstar is a registered trademark of MicroPro International.
  1483.     Smart Software is a trademark of Informix.
  1484.     MS-DOS is a trademark of Microsoft.
  1485.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1486.     Turbo Pascal is a trademark of Borland International.
  1487.     OPRO and TPRO are trademarks of TurboPower Software.
  1488.     Netware and Novell are trademarks of Novell.
  1489.     DesqView and QEMM are trademarks of Quarterdeck.
  1490.     IBM and OS/2 are trademarks of International Business Machines.
  1491.  
  1492.     Created using Turbo Pascal
  1493.     Copyright 1983-90 by Borland International
  1494.  
  1495.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  1496.  
  1497.    When I first wrote this program my friends referred to it as Marc's
  1498.    Menu. The Names .................................  166
  1499.        -- Window .........................................  166
  1500.        -- WindowHeight ...................................  166
  1501.        -- WindowWidth ....................................  166
  1502.        -- WinX ...........................................  167
  1503.        -- WinY ...........................................  167
  1504.        -- Write ..........................................  167
  1505.        -- WriteCenter ....................................  167
  1506.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  1507.        -- WriteTextFile ..................................  167
  1508.  
  1509.  
  1510.  
  1511.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1512.    _______________________________________________________________
  1513.  
  1514.  
  1515.        -- WriteVertical ..................................  168
  1516.        -- Xor ............................................  168
  1517.        -- Year ...........................................  168
  1518.        -- YearOf .........................................  168
  1519.        String Constants ..................................  169
  1520.        Time and Date Constants ...........................  169
  1521.        Video Constants ...................................  170
  1522.        Color Constants ...................................  170
  1523.        Boolean Constants .................................  170
  1524.        Conditional Statements ............................  170
  1525.        Environment Variables used by MarxMenu ............  171
  1526.        Command Categories ................................  172
  1527.        -- Misc Commands ..................................  173
  1528.        -- Math Commands ..................................  173
  1529.        -- Float Commands .................................  174
  1530.        -- String Commands ................................  175
  1531.        -- Variable Commands ..............................  176
  1532.        -- Boolean Commands ...............................  176
  1533.        -- Array Commands .................................  177
  1534.        -- Memory Commands ................................  178
  1535.        -- Novell Commands ................................  178
  1536.        -- MSNet Commands .................................  180
  1537.        -- Vines Commands .................................  180
  1538.        -- Time Commands ..................................  181
  1539.        -- Execution Commands .............................  182
  1540.        -- Display Commands ...............................  182
  1541.        -- Color Commands .................................  184
  1542.        -- Environment Commands ...........................  184
  1543.        -- System Commands ................................  185
  1544.        -- File Commands ..................................  185
  1545.        -- Ansi Commands ..................................  186
  1546.        -- Printer Commands ...............................  186
  1547.        -- International Commands .........................  186
  1548.        -- DesqView Commands ..............................  187
  1549.        -- Conditional Commands ...........................  187
  1550.        -- Keyboard Commands ..............................  188
  1551.        -- MouseControl Commands ..........................  188
  1552.        -- Music Commands .................................  188
  1553.  
  1554.  
  1555.  
  1556.    Computer Tyme MarxMenu Users Manual                     Page 1
  1557.    _______________________________________________________________
  1558.  
  1559.  
  1560.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  1561.  
  1562.    This manual is copyrighted material and all rights are reserved.
  1563.    MarxMenu is a programming language which describes to the computer what
  1564.    it is supposed to do. Even though some of the individual words in
  1565.    MarxMenu are used in other programming languages, I claim a copyright on
  1566.    the collection of words which make up the MarxMenu language. I therefore
  1567.    consider it an infringement of my CopyRight to create a software product
  1568.    which uses the MarxMenu language, or translates MarxMenu source code,
  1569.    without purchasing a license to do so.
  1570.  
  1571.    The combinations of definitions of commands in this manual constitute a
  1572.    copyrighted work. Any publication which describes a computer language
  1573.    for which the MarxMenu command set is a subset is a violation of the
  1574.    copyright of this software and this written manual.
  1575.  
  1576.    In other words, don't try to clone MarxMenu.
  1577.  
  1578.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  1579.  
  1580.    You are licensed to use this program on a single CPU or workstation. If
  1581.    you are running on a network, you are required to license a separate
  1582.    copy for each workstation or a file server license for each file server.
  1583.    If you are running on a multiuser operating system such as Concurrent
  1584.    DOS, you are required to license a copy for each workstation. Everyone
  1585.    who uses this menu, must license a copy unless several people share the
  1586.    same workstation.
  1587.  
  1588.    This software is licensed and not sold. The license begins when Computer
  1589.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1590.    rent this software without the written consent of Computer Tyme. You are
  1591.    not allowed to distribute MarxMenu in runtime form with software you
  1592.    developed unless it is in combination with a paid for copy of MarxMenu,
  1593.    or you have made special arrangements in writing with Computer Tyme to
  1594.    do so.
  1595.  
  1596.    Use of this product constitutes your acceptance of the terms and
  1597.    conditions of this license and of my copyright and your agreement to
  1598.    abide by these terms and conditions.
  1599.  
  1600.    WARRANTY:   WARRANTY:   WARRANTY:
  1601.  
  1602.    The warranty is limited to the diskettes to be machine readable for a
  1603.    period of 30 days after purchase. Although we try hard to write perfect
  1604.    software that has no bugs, we do not guarantee that. We also do not
  1605.    guarantee that this product is fit for every purpose and we are not
  1606.    liable for any damages that might occur from use of this product. This
  1607.    agreement is governed by the laws of the State of Missouri.
  1608.  
  1609.  
  1610.  
  1611.    Computer Tyme MarxMenu Users Manual                     Page 2
  1612.    _______________________________________________________________
  1613.  
  1614.  
  1615.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  1616.  
  1617.    I would like to thank the following people for making this product
  1618.    possible:
  1619.  
  1620.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1621.    for being good to me and helping with revisions and editing.
  1622.  
  1623.    The Computer Tyme staff for being the best employees in the world.
  1624.  
  1625.    Borland International for writing Turbo Pascal and keeping it bug free
  1626.    and well supported.
  1627.  
  1628.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1629.    and their well written, well supported product.
  1630.  
  1631.    Semware for TEdit and QEdit, their full screen editors.
  1632.  
  1633.    All users who actually paid for this product so that we may continue to
  1634.    eat.
  1635.  
  1636.    Those of you who have pointed out bugs and made suggestions to improve
  1637.    our product.
  1638.  
  1639.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  1640.  
  1641.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1642.    are trademarks of Computer Tyme.
  1643.  
  1644.     QEdit and TEdit are trademarks of SemWare.
  1645.     Lotus is a registered trademark of Lotus Development.
  1646.     Wordstar is a registered trademark of MicroPro International.
  1647.     Smart Software is a trademark of Informix.
  1648.     MS-DOS is a trademark of Microsoft.
  1649.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1650.     Turbo Pascal is a trademark of Borland International.
  1651.     OPRO and TPRO are trademarks of TurboPower Software.
  1652.     Netware and Novell are trademarks of Novell.
  1653.     DesqView and QEMM are trademarks of Quarterdeck.
  1654.     IBM and OS/2 are trademarks of International Business Machines.
  1655.  
  1656.     Created using Turbo Pascal
  1657.     Copyright 1983-90 by Borland International
  1658.  
  1659.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  1660.  
  1661.    When I first wrote this program my friends referred to it as Marc's
  1662.    Menu. The Names .................................  166
  1663.        -- Window .........................................  166
  1664.        -- WindowHeight ...................................  166
  1665.        -- WindowWidth ....................................  166
  1666.        -- WinX ...........................................  167
  1667.        -- WinY ...........................................  167
  1668.        -- Write ..........................................  167
  1669.        -- WriteCenter ....................................  167
  1670.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  1671.        -- WriteTextFile ..................................  167
  1672.  
  1673.  
  1674.  
  1675.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1676.    _______________________________________________________________
  1677.  
  1678.  
  1679.        -- WriteVertical ..................................  168
  1680.        -- Xor ............................................  168
  1681.        -- Year ...........................................  168
  1682.        -- YearOf .........................................  168
  1683.        String Constants ..................................  169
  1684.        Time and Date Constants ...........................  169
  1685.        Video Constants ...................................  170
  1686.        Color Constants ...................................  170
  1687.        Boolean Constants .................................  170
  1688.        Conditional Statements ............................  170
  1689.        Environment Variables used by MarxMenu ............  171
  1690.        Command Categories ................................  172
  1691.        -- Misc Commands ..................................  173
  1692.        -- Math Commands ..................................  173
  1693.        -- Float Commands .................................  174
  1694.        -- String Commands ................................  175
  1695.        -- Variable Commands ..............................  176
  1696.        -- Boolean Commands ...............................  176
  1697.        -- Array Commands .................................  177
  1698.        -- Memory Commands ................................  178
  1699.        -- Novell Commands ................................  178
  1700.        -- MSNet Commands .................................  180
  1701.        -- Vines Commands .................................  180
  1702.        -- Time Commands ..................................  181
  1703.        -- Execution Commands .............................  182
  1704.        -- Display Commands ...............................  182
  1705.        -- Color Commands .................................  184
  1706.        -- Environment Commands ...........................  184
  1707.        -- System Commands ................................  185
  1708.        -- File Commands ..................................  185
  1709.        -- Ansi Commands ..................................  186
  1710.        -- Printer Commands ...............................  186
  1711.        -- International Commands .........................  186
  1712.        -- DesqView Commands ..............................  187
  1713.        -- Conditional Commands ...........................  187
  1714.        -- Keyboard Commands ..............................  188
  1715.        -- MouseControl Commands ..........................  188
  1716.        -- Music Commands .................................  188
  1717.  
  1718.  
  1719.  
  1720.    Computer Tyme MarxMenu Users Manual                     Page 1
  1721.    _______________________________________________________________
  1722.  
  1723.  
  1724.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  1725.  
  1726.    This manual is copyrighted material and all rights are reserved.
  1727.    MarxMenu is a programming language which describes to the computer what
  1728.    it is supposed to do. Even though some of the individual words in
  1729.    MarxMenu are used in other programming languages, I claim a copyright on
  1730.    the collection of words which make up the MarxMenu language. I therefore
  1731.    consider it an infringement of my CopyRight to create a software product
  1732.    which uses the MarxMenu language, or translates MarxMenu source code,
  1733.    without purchasing a license to do so.
  1734.  
  1735.    The combinations of definitions of commands in this manual constitute a
  1736.    copyrighted work. Any publication which describes a computer language
  1737.    for which the MarxMenu command set is a subset is a violation of the
  1738.    copyright of this software and this written manual.
  1739.  
  1740.    In other words, don't try to clone MarxMenu.
  1741.  
  1742.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  1743.  
  1744.    You are licensed to use this program on a single CPU or workstation. If
  1745.    you are running on a network, you are required to license a separate
  1746.    copy for each workstation or a file server license for each file server.
  1747.    If you are running on a multiuser operating system such as Concurrent
  1748.    DOS, you are required to license a copy for each workstation. Everyone
  1749.    who uses this menu, must license a copy unless several people share the
  1750.    same workstation.
  1751.  
  1752.    This software is licensed and not sold. The license begins when Computer
  1753.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1754.    rent this software without the written consent of Computer Tyme. You are
  1755.    not allowed to distribute MarxMenu in runtime form with software you
  1756.    developed unless it is in combination with a paid for copy of MarxMenu,
  1757.    or you have made special arrangements in writing with Computer Tyme to
  1758.    do so.
  1759.  
  1760.    Use of this product constitutes your acceptance of the terms and
  1761.    conditions of this license and of my copyright and your agreement to
  1762.    abide by these terms and conditions.
  1763.  
  1764.    WARRANTY:   WARRANTY:   WARRANTY:
  1765.  
  1766.    The warranty is limited to the diskettes to be machine readable for a
  1767.    period of 30 days after purchase. Although we try hard to write perfect
  1768.    software that has no bugs, we do not guarantee that. We also do not
  1769.    guarantee that this product is fit for every purpose and we are not
  1770.    liable for any damages that might occur from use of this product. This
  1771.    agreement is governed by the laws of the State of Missouri.
  1772.  
  1773.  
  1774.  
  1775.    Computer Tyme MarxMenu Users Manual                     Page 2
  1776.    _______________________________________________________________
  1777.  
  1778.  
  1779.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  1780.  
  1781.    I would like to thank the following people for making this product
  1782.    possible:
  1783.  
  1784.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1785.    for being good to me and helping with revisions and editing.
  1786.  
  1787.    The Computer Tyme staff for being the best employees in the world.
  1788.  
  1789.    Borland International for writing Turbo Pascal and keeping it bug free
  1790.    and well supported.
  1791.  
  1792.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1793.    and their well written, well supported product.
  1794.  
  1795.    Semware for TEdit and QEdit, their full screen editors.
  1796.  
  1797.    All users who actually paid for this product so that we may continue to
  1798.    eat.
  1799.  
  1800.    Those of you who have pointed out bugs and made suggestions to improve
  1801.    our product.
  1802.  
  1803.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  1804.  
  1805.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1806.    are trademarks of Computer Tyme.
  1807.  
  1808.     QEdit and TEdit are trademarks of SemWare.
  1809.     Lotus is a registered trademark of Lotus Development.
  1810.     Wordstar is a registered trademark of MicroPro International.
  1811.     Smart Software is a trademark of Informix.
  1812.     MS-DOS is a trademark of Microsoft.
  1813.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1814.     Turbo Pascal is a trademark of Borland International.
  1815.     OPRO and TPRO are trademarks of TurboPower Software.
  1816.     Netware and Novell are trademarks of Novell.
  1817.     DesqView and QEMM are trademarks of Quarterdeck.
  1818.     IBM and OS/2 are trademarks of International Business Machines.
  1819.  
  1820.     Created using Turbo Pascal
  1821.     Copyright 1983-90 by Borland International
  1822.  
  1823.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  1824.  
  1825.    When I first wrote this program my friends referred to it as Marc's
  1826.    Menu. The Names .................................  166
  1827.        -- Window .........................................  166
  1828.        -- WindowHeight ...................................  166
  1829.        -- WindowWidth ....................................  166
  1830.        -- WinX ...........................................  167
  1831.        -- WinY ...........................................  167
  1832.        -- Write ..........................................  167
  1833.        -- WriteCenter ....................................  167
  1834.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  1835.        -- WriteTextFile ..................................  167
  1836.  
  1837.  
  1838.  
  1839.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1840.    _______________________________________________________________
  1841.  
  1842.  
  1843.        -- WriteVertical ..................................  168
  1844.        -- Xor ............................................  168
  1845.        -- Year ...........................................  168
  1846.        -- YearOf .........................................  168
  1847.        String Constants ..................................  169
  1848.        Time and Date Constants ...........................  169
  1849.        Video Constants ...................................  170
  1850.        Color Constants ...................................  170
  1851.        Boolean Constants .................................  170
  1852.        Conditional Statements ............................  170
  1853.        Environment Variables used by MarxMenu ............  171
  1854.        Command Categories ................................  172
  1855.        -- Misc Commands ..................................  173
  1856.        -- Math Commands ..................................  173
  1857.        -- Float Commands .................................  174
  1858.        -- String Commands ................................  175
  1859.        -- Variable Commands ..............................  176
  1860.        -- Boolean Commands ...............................  176
  1861.        -- Array Commands .................................  177
  1862.        -- Memory Commands ................................  178
  1863.        -- Novell Commands ................................  178
  1864.        -- MSNet Commands .................................  180
  1865.        -- Vines Commands .................................  180
  1866.        -- Time Commands ..................................  181
  1867.        -- Execution Commands .............................  182
  1868.        -- Display Commands ...............................  182
  1869.        -- Color Commands .................................  184
  1870.        -- Environment Commands ...........................  184
  1871.        -- System Commands ................................  185
  1872.        -- File Commands ..................................  185
  1873.        -- Ansi Commands ..................................  186
  1874.        -- Printer Commands ...............................  186
  1875.        -- International Commands .........................  186
  1876.        -- DesqView Commands ..............................  187
  1877.        -- Conditional Commands ...........................  187
  1878.        -- Keyboard Commands ..............................  188
  1879.        -- MouseControl Commands ..........................  188
  1880.        -- Music Commands .................................  188
  1881.  
  1882.  
  1883.  
  1884.    Computer Tyme MarxMenu Users Manual                     Page 1
  1885.    _______________________________________________________________
  1886.  
  1887.  
  1888.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  1889.  
  1890.    This manual is copyrighted material and all rights are reserved.
  1891.    MarxMenu is a programming language which describes to the computer what
  1892.    it is supposed to do. Even though some of the individual words in
  1893.    MarxMenu are used in other programming languages, I claim a copyright on
  1894.    the collection of words which make up the MarxMenu language. I therefore
  1895.    consider it an infringement of my CopyRight to create a software product
  1896.    which uses the MarxMenu language, or translates MarxMenu source code,
  1897.    without purchasing a license to do so.
  1898.  
  1899.    The combinations of definitions of commands in this manual constitute a
  1900.    copyrighted work. Any publication which describes a computer language
  1901.    for which the MarxMenu command set is a subset is a violation of the
  1902.    copyright of this software and this written manual.
  1903.  
  1904.    In other words, don't try to clone MarxMenu.
  1905.  
  1906.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  1907.  
  1908.    You are licensed to use this program on a single CPU or workstation. If
  1909.    you are running on a network, you are required to license a separate
  1910.    copy for each workstation or a file server license for each file server.
  1911.    If you are running on a multiuser operating system such as Concurrent
  1912.    DOS, you are required to license a copy for each workstation. Everyone
  1913.    who uses this menu, must license a copy unless several people share the
  1914.    same workstation.
  1915.  
  1916.    This software is licensed and not sold. The license begins when Computer
  1917.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1918.    rent this software without the written consent of Computer Tyme. You are
  1919.    not allowed to distribute MarxMenu in runtime form with software you
  1920.    developed unless it is in combination with a paid for copy of MarxMenu,
  1921.    or you have made special arrangements in writing with Computer Tyme to
  1922.    do so.
  1923.  
  1924.    Use of this product constitutes your acceptance of the terms and
  1925.    conditions of this license and of my copyright and your agreement to
  1926.    abide by these terms and conditions.
  1927.  
  1928.    WARRANTY:   WARRANTY:   WARRANTY:
  1929.  
  1930.    The warranty is limited to the diskettes to be machine readable for a
  1931.    period of 30 days after purchase. Although we try hard to write perfect
  1932.    software that has no bugs, we do not guarantee that. We also do not
  1933.    guarantee that this product is fit for every purpose and we are not
  1934.    liable for any damages that might occur from use of this product. This
  1935.    agreement is governed by the laws of the State of Missouri.
  1936.  
  1937.  
  1938.  
  1939.    Computer Tyme MarxMenu Users Manual                     Page 2
  1940.    _______________________________________________________________
  1941.  
  1942.  
  1943.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  1944.  
  1945.    I would like to thank the following people for making this product
  1946.    possible:
  1947.  
  1948.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1949.    for being good to me and helping with revisions and editing.
  1950.  
  1951.    The Computer Tyme staff for being the best employees in the world.
  1952.  
  1953.    Borland International for writing Turbo Pascal and keeping it bug free
  1954.    and well supported.
  1955.  
  1956.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1957.    and their well written, well supported product.
  1958.  
  1959.    Semware for TEdit and QEdit, their full screen editors.
  1960.  
  1961.    All users who actually paid for this product so that we may continue to
  1962.    eat.
  1963.  
  1964.    Those of you who have pointed out bugs and made suggestions to improve
  1965.    our product.
  1966.  
  1967.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  1968.  
  1969.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1970.    are trademarks of Computer Tyme.
  1971.  
  1972.     QEdit and TEdit are trademarks of SemWare.
  1973.     Lotus is a registered trademark of Lotus Development.
  1974.     Wordstar is a registered trademark of MicroPro International.
  1975.     Smart Software is a trademark of Informix.
  1976.     MS-DOS is a trademark of Microsoft.
  1977.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1978.     Turbo Pascal is a trademark of Borland International.
  1979.     OPRO and TPRO are trademarks of TurboPower Software.
  1980.     Netware and Novell are trademarks of Novell.
  1981.     DesqView and QEMM are trademarks of Quarterdeck.
  1982.     IBM and OS/2 are trademarks of International Business Machines.
  1983.  
  1984.     Created using Turbo Pascal
  1985.     Copyright 1983-90 by Borland International
  1986.  
  1987.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  1988.  
  1989.    When I first wrote this program my friends referred to it as Marc's
  1990.    Menu. The Names .................................  166
  1991.        -- Window .........................................  166
  1992.        -- WindowHeight ...................................  166
  1993.        -- WindowWidth ....................................  166
  1994.        -- WinX ...........................................  167
  1995.        -- WinY ...........................................  167
  1996.        -- Write ..........................................  167
  1997.        -- WriteCenter ....................................  167
  1998.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  1999.        -- WriteTextFile ..................................  167
  2000.  
  2001.  
  2002.  
  2003.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2004.    _______________________________________________________________
  2005.  
  2006.  
  2007.        -- WriteVertical ..................................  168
  2008.        -- Xor ............................................  168
  2009.        -- Year ...........................................  168
  2010.        -- YearOf .........................................  168
  2011.        String Constants ..................................  169
  2012.        Time and Date Constants ...........................  169
  2013.        Video Constants ...................................  170
  2014.        Color Constants ...................................  170
  2015.        Boolean Constants .................................  170
  2016.        Conditional Statements ............................  170
  2017.        Environment Variables used by MarxMenu ............  171
  2018.        Command Categories ................................  172
  2019.        -- Misc Commands ..................................  173
  2020.        -- Math Commands ..................................  173
  2021.        -- Float Commands .................................  174
  2022.        -- String Commands ................................  175
  2023.        -- Variable Commands ..............................  176
  2024.        -- Boolean Commands ...............................  176
  2025.        -- Array Commands .................................  177
  2026.        -- Memory Commands ................................  178
  2027.        -- Novell Commands ................................  178
  2028.        -- MSNet Commands .................................  180
  2029.        -- Vines Commands .................................  180
  2030.        -- Time Commands ..................................  181
  2031.        -- Execution Commands .............................  182
  2032.        -- Display Commands ...............................  182
  2033.        -- Color Commands .................................  184
  2034.        -- Environment Commands ...........................  184
  2035.        -- System Commands ................................  185
  2036.        -- File Commands ..................................  185
  2037.        -- Ansi Commands ..................................  186
  2038.        -- Printer Commands ...............................  186
  2039.        -- International Commands .........................  186
  2040.        -- DesqView Commands ..............................  187
  2041.        -- Conditional Commands ...........................  187
  2042.        -- Keyboard Commands ..............................  188
  2043.        -- MouseControl Commands ..........................  188
  2044.        -- Music Commands .................................  188
  2045.  
  2046.  
  2047.  
  2048.    Computer Tyme MarxMenu Users Manual                     Page 1
  2049.    _______________________________________________________________
  2050.  
  2051.  
  2052.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  2053.  
  2054.    This manual is copyrighted material and all rights are reserved.
  2055.    MarxMenu is a programming language which describes to the computer what
  2056.    it is supposed to do. Even though some of the individual words in
  2057.    MarxMenu are used in other programming languages, I claim a copyright on
  2058.    the collection of words which make up the MarxMenu language. I therefore
  2059.    consider it an infringement of my CopyRight to create a software product
  2060.    which uses the MarxMenu language, or translates MarxMenu source code,
  2061.    without purchasing a license to do so.
  2062.  
  2063.    The combinations of definitions of commands in this manual constitute a
  2064.    copyrighted work. Any publication which describes a computer language
  2065.    for which the MarxMenu command set is a subset is a violation of the
  2066.    copyright of this software and this written manual.
  2067.  
  2068.    In other words, don't try to clone MarxMenu.
  2069.  
  2070.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  2071.  
  2072.    You are licensed to use this program on a single CPU or workstation. If
  2073.    you are running on a network, you are required to license a separate
  2074.    copy for each workstation or a file server license for each file server.
  2075.    If you are running on a multiuser operating system such as Concurrent
  2076.    DOS, you are required to license a copy for each workstation. Everyone
  2077.    who uses this menu, must license a copy unless several people share the
  2078.    same workstation.
  2079.  
  2080.    This software is licensed and not sold. The license begins when Computer
  2081.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2082.    rent this software without the written consent of Computer Tyme. You are
  2083.    not allowed to distribute MarxMenu in runtime form with software you
  2084.    developed unless it is in combination with a paid for copy of MarxMenu,
  2085.    or you have made special arrangements in writing with Computer Tyme to
  2086.    do so.
  2087.  
  2088.    Use of this product constitutes your acceptance of the terms and
  2089.    conditions of this license and of my copyright and your agreement to
  2090.    abide by these terms and conditions.
  2091.  
  2092.    WARRANTY:   WARRANTY:   WARRANTY:
  2093.  
  2094.    The warranty is limited to the diskettes to be machine readable for a
  2095.    period of 30 days after purchase. Although we try hard to write perfect
  2096.    software that has no bugs, we do not guarantee that. We also do not
  2097.    guarantee that this product is fit for every purpose and we are not
  2098.    liable for any damages that might occur from use of this product. This
  2099.    agreement is governed by the laws of the State of Missouri.
  2100.  
  2101.  
  2102.  
  2103.    Computer Tyme MarxMenu Users Manual                     Page 2
  2104.    _______________________________________________________________
  2105.  
  2106.  
  2107.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  2108.  
  2109.    I would like to thank the following people for making this product
  2110.    possible:
  2111.  
  2112.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2113.    for being good to me and helping with revisions and editing.
  2114.  
  2115.    The Computer Tyme staff for being the best employees in the world.
  2116.  
  2117.    Borland International for writing Turbo Pascal and keeping it bug free
  2118.    and well supported.
  2119.  
  2120.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2121.    and their well written, well supported product.
  2122.  
  2123.    Semware for TEdit and QEdit, their full screen editors.
  2124.  
  2125.    All users who actually paid for this product so that we may continue to
  2126.    eat.
  2127.  
  2128.    Those of you who have pointed out bugs and made suggestions to improve
  2129.    our product.
  2130.  
  2131.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  2132.  
  2133.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2134.    are trademarks of Computer Tyme.
  2135.  
  2136.     QEdit and TEdit are trademarks of SemWare.
  2137.     Lotus is a registered trademark of Lotus Development.
  2138.     Wordstar is a registered trademark of MicroPro International.
  2139.     Smart Software is a trademark of Informix.
  2140.     MS-DOS is a trademark of Microsoft.
  2141.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2142.     Turbo Pascal is a trademark of Borland International.
  2143.     OPRO and TPRO are trademarks of TurboPower Software.
  2144.     Netware and Novell are trademarks of Novell.
  2145.     DesqView and QEMM are trademarks of Quarterdeck.
  2146.     IBM and OS/2 are trademarks of International Business Machines.
  2147.  
  2148.     Created using Turbo Pascal
  2149.     Copyright 1983-90 by Borland International
  2150.  
  2151.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  2152.  
  2153.    When I first wrote this program my friends referred to it as Marc's
  2154.    Menu. The Names .................................  166
  2155.        -- Window .........................................  166
  2156.        -- WindowHeight ...................................  166
  2157.        -- WindowWidth ....................................  166
  2158.        -- WinX ...........................................  167
  2159.        -- WinY ...........................................  167
  2160.        -- Write ..........................................  167
  2161.        -- WriteCenter ....................................  167
  2162.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  2163.        -- WriteTextFile ..................................  167
  2164.  
  2165.  
  2166.  
  2167.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2168.    _______________________________________________________________
  2169.  
  2170.  
  2171.        -- WriteVertical ..................................  168
  2172.        -- Xor ............................................  168
  2173.        -- Year ...........................................  168
  2174.        -- YearOf .........................................  168
  2175.        String Constants ..................................  169
  2176.        Time and Date Constants ...........................  169
  2177.        Video Constants ...................................  170
  2178.        Color Constants ...................................  170
  2179.        Boolean Constants .................................  170
  2180.        Conditional Statements ............................  170
  2181.        Environment Variables used by MarxMenu ............  171
  2182.        Command Categories ................................  172
  2183.        -- Misc Commands ..................................  173
  2184.        -- Math Commands ..................................  173
  2185.        -- Float Commands .................................  174
  2186.        -- String Commands ................................  175
  2187.        -- Variable Commands ..............................  176
  2188.        -- Boolean Commands ...............................  176
  2189.        -- Array Commands .................................  177
  2190.        -- Memory Commands ................................  178
  2191.        -- Novell Commands ................................  178
  2192.        -- MSNet Commands .................................  180
  2193.        -- Vines Commands .................................  180
  2194.        -- Time Commands ..................................  181
  2195.        -- Execution Commands .............................  182
  2196.        -- Display Commands ...............................  182
  2197.        -- Color Commands .................................  184
  2198.        -- Environment Commands ...........................  184
  2199.        -- System Commands ................................  185
  2200.        -- File Commands ..................................  185
  2201.        -- Ansi Commands ..................................  186
  2202.        -- Printer Commands ...............................  186
  2203.        -- International Commands .........................  186
  2204.        -- DesqView Commands ..............................  187
  2205.        -- Conditional Commands ...........................  187
  2206.        -- Keyboard Commands ..............................  188
  2207.        -- MouseControl Commands ..........................  188
  2208.        -- Music Commands .................................  188
  2209.  
  2210.  
  2211.  
  2212.    Computer Tyme MarxMenu Users Manual                     Page 1
  2213.    _______________________________________________________________
  2214.  
  2215.  
  2216.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  2217.  
  2218.    This manual is copyrighted material and all rights are reserved.
  2219.    MarxMenu is a programming language which describes to the computer what
  2220.    it is supposed to do. Even though some of the individual words in
  2221.    MarxMenu are used in other programming languages, I claim a copyright on
  2222.    the collection of words which make up the MarxMenu language. I therefore
  2223.    consider it an infringement of my CopyRight to create a software product
  2224.    which uses the MarxMenu language, or translates MarxMenu source code,
  2225.    without purchasing a license to do so.
  2226.  
  2227.    The combinations of definitions of commands in this manual constitute a
  2228.    copyrighted work. Any publication which describes a computer language
  2229.    for which the MarxMenu command set is a subset is a violation of the
  2230.    copyright of this software and this written manual.
  2231.  
  2232.    In other words, don't try to clone MarxMenu.
  2233.  
  2234.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  2235.  
  2236.    You are licensed to use this program on a single CPU or workstation. If
  2237.    you are running on a network, you are required to license a separate
  2238.    copy for each workstation or a file server license for each file server.
  2239.    If you are running on a multiuser operating system such as Concurrent
  2240.    DOS, you are required to license a copy for each workstation. Everyone
  2241.    who uses this menu, must license a copy unless several people share the
  2242.    same workstation.
  2243.  
  2244.    This software is licensed and not sold. The license begins when Computer
  2245.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2246.    rent this software without the written consent of Computer Tyme. You are
  2247.    not allowed to distribute MarxMenu in runtime form with software you
  2248.    developed unless it is in combination with a paid for copy of MarxMenu,
  2249.    or you have made special arrangements in writing with Computer Tyme to
  2250.    do so.
  2251.  
  2252.    Use of this product constitutes your acceptance of the terms and
  2253.    conditions of this license and of my copyright and your agreement to
  2254.    abide by these terms and conditions.
  2255.  
  2256.    WARRANTY:   WARRANTY:   WARRANTY:
  2257.  
  2258.    The warranty is limited to the diskettes to be machine readable for a
  2259.    period of 30 days after purchase. Although we try hard to write perfect
  2260.    software that has no bugs, we do not guarantee that. We also do not
  2261.    guarantee that this product is fit for every purpose and we are not
  2262.    liable for any damages that might occur from use of this product. This
  2263.    agreement is governed by the laws of the State of Missouri.
  2264.  
  2265.  
  2266.  
  2267.    Computer Tyme MarxMenu Users Manual                     Page 2
  2268.    _______________________________________________________________
  2269.  
  2270.  
  2271.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  2272.  
  2273.    I would like to thank the following people for making this product
  2274.    possible:
  2275.  
  2276.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2277.    for being good to me and helping with revisions and editing.
  2278.  
  2279.    The Computer Tyme staff for being the best employees in the world.
  2280.  
  2281.    Borland International for writing Turbo Pascal and keeping it bug free
  2282.    and well supported.
  2283.  
  2284.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2285.    and their well written, well supported product.
  2286.  
  2287.    Semware for TEdit and QEdit, their full screen editors.
  2288.  
  2289.    All users who actually paid for this product so that we may continue to
  2290.    eat.
  2291.  
  2292.    Those of you who have pointed out bugs and made suggestions to improve
  2293.    our product.
  2294.  
  2295.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  2296.  
  2297.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2298.    are trademarks of Computer Tyme.
  2299.  
  2300.     QEdit and TEdit are trademarks of SemWare.
  2301.     Lotus is a registered trademark of Lotus Development.
  2302.     Wordstar is a registered trademark of MicroPro International.
  2303.     Smart Software is a trademark of Informix.
  2304.     MS-DOS is a trademark of Microsoft.
  2305.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2306.     Turbo Pascal is a trademark of Borland International.
  2307.     OPRO and TPRO are trademarks of TurboPower Software.
  2308.     Netware and Novell are trademarks of Novell.
  2309.     DesqView and QEMM are trademarks of Quarterdeck.
  2310.     IBM and OS/2 are trademarks of International Business Machines.
  2311.  
  2312.     Created using Turbo Pascal
  2313.     Copyright 1983-90 by Borland International
  2314.  
  2315.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  2316.  
  2317.    When I first wrote this program my friends referred to it as Marc's
  2318.    Menu. The Names .................................  166
  2319.        -- Window .........................................  166
  2320.        -- WindowHeight ...................................  166
  2321.        -- WindowWidth ....................................  166
  2322.        -- WinX ...........................................  167
  2323.        -- WinY ...........................................  167
  2324.        -- Write ..........................................  167
  2325.        -- WriteCenter ....................................  167
  2326.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  2327.        -- WriteTextFile ..................................  167
  2328.  
  2329.  
  2330.  
  2331.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2332.    _______________________________________________________________
  2333.  
  2334.  
  2335.        -- WriteVertical ..................................  168
  2336.        -- Xor ............................................  168
  2337.        -- Year ...........................................  168
  2338.        -- YearOf .........................................  168
  2339.        String Constants ..................................  169
  2340.        Time and Date Constants ...........................  169
  2341.        Video Constants ...................................  170
  2342.        Color Constants ...................................  170
  2343.        Boolean Constants .................................  170
  2344.        Conditional Statements ............................  170
  2345.        Environment Variables used by MarxMenu ............  171
  2346.        Command Categories ................................  172
  2347.        -- Misc Commands ..................................  173
  2348.        -- Math Commands ..................................  173
  2349.        -- Float Commands .................................  174
  2350.        -- String Commands ................................  175
  2351.        -- Variable Commands ..............................  176
  2352.        -- Boolean Commands ...............................  176
  2353.        -- Array Commands .................................  177
  2354.        -- Memory Commands ................................  178
  2355.        -- Novell Commands ................................  178
  2356.        -- MSNet Commands .................................  180
  2357.        -- Vines Commands .................................  180
  2358.        -- Time Commands ..................................  181
  2359.        -- Execution Commands .............................  182
  2360.        -- Display Commands ...............................  182
  2361.        -- Color Commands .................................  184
  2362.        -- Environment Commands ...........................  184
  2363.        -- System Commands ................................  185
  2364.        -- File Commands ..................................  185
  2365.        -- Ansi Commands ..................................  186
  2366.        -- Printer Commands ...............................  186
  2367.        -- International Commands .........................  186
  2368.        -- DesqView Commands ..............................  187
  2369.        -- Conditional Commands ...........................  187
  2370.        -- Keyboard Commands ..............................  188
  2371.        -- MouseControl Commands ..........................  188
  2372.        -- Music Commands .................................  188
  2373.  
  2374.  
  2375.  
  2376.    Computer Tyme MarxMenu Users Manual                     Page 1
  2377.    _______________________________________________________________
  2378.  
  2379.  
  2380.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  2381.  
  2382.    This manual is copyrighted material and all rights are reserved.
  2383.    MarxMenu is a programming language which describes to the computer what
  2384.    it is supposed to do. Even though some of the individual words in
  2385.    MarxMenu are used in other programming languages, I claim a copyright on
  2386.    the collection of words which make up the MarxMenu language. I therefore
  2387.    consider it an infringement of my CopyRight to create a software product
  2388.    which uses the MarxMenu language, or translates MarxMenu source code,
  2389.    without purchasing a license to do so.
  2390.  
  2391.    The combinations of definitions of commands in this manual constitute a
  2392.    copyrighted work. Any publication which describes a computer language
  2393.    for which the MarxMenu command set is a subset is a violation of the
  2394.    copyright of this software and this written manual.
  2395.  
  2396.    In other words, don't try to clone MarxMenu.
  2397.  
  2398.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  2399.  
  2400.    You are licensed to use this program on a single CPU or workstation. If
  2401.    you are running on a network, you are required to license a separate
  2402.    copy for each workstation or a file server license for each file server.
  2403.    If you are running on a multiuser operating system such as Concurrent
  2404.    DOS, you are required to license a copy for each workstation. Everyone
  2405.    who uses this menu, must license a copy unless several people share the
  2406.    same workstation.
  2407.  
  2408.    This software is licensed and not sold. The license begins when Computer
  2409.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2410.    rent this software without the written consent of Computer Tyme. You are
  2411.    not allowed to distribute MarxMenu in runtime form with software you
  2412.    developed unless it is in combination with a paid for copy of MarxMenu,
  2413.    or you have made special arrangements in writing with Computer Tyme to
  2414.    do so.
  2415.  
  2416.    Use of this product constitutes your acceptance of the terms and
  2417.    conditions of this license and of my copyright and your agreement to
  2418.    abide by these terms and conditions.
  2419.  
  2420.    WARRANTY:   WARRANTY:   WARRANTY:
  2421.  
  2422.    The warranty is limited to the diskettes to be machine readable for a
  2423.    period of 30 days after purchase. Although we try hard to write perfect
  2424.    software that has no bugs, we do not guarantee that. We also do not
  2425.    guarantee that this product is fit for every purpose and we are not
  2426.    liable for any damages that might occur from use of this product. This
  2427.    agreement is governed by the laws of the State of Missouri.
  2428.  
  2429.  
  2430.  
  2431.    Computer Tyme MarxMenu Users Manual                     Page 2
  2432.    _______________________________________________________________
  2433.  
  2434.  
  2435.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  2436.  
  2437.    I would like to thank the following people for making this product
  2438.    possible:
  2439.  
  2440.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2441.    for being good to me and helping with revisions and editing.
  2442.  
  2443.    The Computer Tyme staff for being the best employees in the world.
  2444.  
  2445.    Borland International for writing Turbo Pascal and keeping it bug free
  2446.    and well supported.
  2447.  
  2448.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2449.    and their well written, well supported product.
  2450.  
  2451.    Semware for TEdit and QEdit, their full screen editors.
  2452.  
  2453.    All users who actually paid for this product so that we may continue to
  2454.    eat.
  2455.  
  2456.    Those of you who have pointed out bugs and made suggestions to improve
  2457.    our product.
  2458.  
  2459.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  2460.  
  2461.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2462.    are trademarks of Computer Tyme.
  2463.  
  2464.     QEdit and TEdit are trademarks of SemWare.
  2465.     Lotus is a registered trademark of Lotus Development.
  2466.     Wordstar is a registered trademark of MicroPro International.
  2467.     Smart Software is a trademark of Informix.
  2468.     MS-DOS is a trademark of Microsoft.
  2469.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2470.     Turbo Pascal is a trademark of Borland International.
  2471.     OPRO and TPRO are trademarks of TurboPower Software.
  2472.     Netware and Novell are trademarks of Novell.
  2473.     DesqView and QEMM are trademarks of Quarterdeck.
  2474.     IBM and OS/2 are trademarks of International Business Machines.
  2475.  
  2476.     Created using Turbo Pascal
  2477.     Copyright 1983-90 by Borland International
  2478.  
  2479.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  2480.  
  2481.    When I first wrote this program my friends referred to it as Marc's
  2482.    Menu. The Names .................................  166
  2483.        -- Window .........................................  166
  2484.        -- WindowHeight ...................................  166
  2485.        -- WindowWidth ....................................  166
  2486.        -- WinX ...........................................  167
  2487.        -- WinY ...........................................  167
  2488.        -- Write ..........................................  167
  2489.        -- WriteCenter ....................................  167
  2490.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  2491.        -- WriteTextFile ..................................  167
  2492.  
  2493.  
  2494.  
  2495.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2496.    _______________________________________________________________
  2497.  
  2498.  
  2499.        -- WriteVertical ..................................  168
  2500.        -- Xor ............................................  168
  2501.        -- Year ...........................................  168
  2502.        -- YearOf .........................................  168
  2503.        String Constants ..................................  169
  2504.        Time and Date Constants ...........................  169
  2505.        Video Constants ...................................  170
  2506.        Color Constants ...................................  170
  2507.        Boolean Constants .................................  170
  2508.        Conditional Statements ............................  170
  2509.        Environment Variables used by MarxMenu ............  171
  2510.        Command Categories ................................  172
  2511.        -- Misc Commands ..................................  173
  2512.        -- Math Commands ..................................  173
  2513.        -- Float Commands .................................  174
  2514.        -- String Commands ................................  175
  2515.        -- Variable Commands ..............................  176
  2516.        -- Boolean Commands ...............................  176
  2517.        -- Array Commands .................................  177
  2518.        -- Memory Commands ................................  178
  2519.        -- Novell Commands ................................  178
  2520.        -- MSNet Commands .................................  180
  2521.        -- Vines Commands .................................  180
  2522.        -- Time Commands ..................................  181
  2523.        -- Execution Commands .............................  182
  2524.        -- Display Commands ...............................  182
  2525.        -- Color Commands .................................  184
  2526.        -- Environment Commands ...........................  184
  2527.        -- System Commands ................................  185
  2528.        -- File Commands ..................................  185
  2529.        -- Ansi Commands ..................................  186
  2530.        -- Printer Commands ...............................  186
  2531.        -- International Commands .........................  186
  2532.        -- DesqView Commands ..............................  187
  2533.        -- Conditional Commands ...........................  187
  2534.        -- Keyboard Commands ..............................  188
  2535.        -- MouseControl Commands ..........................  188
  2536.        -- Music Commands .................................  188
  2537.  
  2538.  
  2539.  
  2540.    Computer Tyme MarxMenu Users Manual                     Page 1
  2541.    _______________________________________________________________
  2542.  
  2543.  
  2544.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  2545.  
  2546.    This manual is copyrighted material and all rights are reserved.
  2547.    MarxMenu is a programming language which describes to the computer what
  2548.    it is supposed to do. Even though some of the individual words in
  2549.    MarxMenu are used in other programming languages, I claim a copyright on
  2550.    the collection of words which make up the MarxMenu language. I therefore
  2551.    consider it an infringement of my CopyRight to create a software product
  2552.    which uses the MarxMenu language, or translates MarxMenu source code,
  2553.    without purchasing a license to do so.
  2554.  
  2555.    The combinations of definitions of commands in this manual constitute a
  2556.    copyrighted work. Any publication which describes a computer language
  2557.    for which the MarxMenu command set is a subset is a violation of the
  2558.    copyright of this software and this written manual.
  2559.  
  2560.    In other words, don't try to clone MarxMenu.
  2561.  
  2562.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  2563.  
  2564.    You are licensed to use this program on a single CPU or workstation. If
  2565.    you are running on a network, you are required to license a separate
  2566.    copy for each workstation or a file server license for each file server.
  2567.    If you are running on a multiuser operating system such as Concurrent
  2568.    DOS, you are required to license a copy for each workstation. Everyone
  2569.    who uses this menu, must license a copy unless several people share the
  2570.    same workstation.
  2571.  
  2572.    This software is licensed and not sold. The license begins when Computer
  2573.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2574.    rent this software without the written consent of Computer Tyme. You are
  2575.    not allowed to distribute MarxMenu in runtime form with software you
  2576.    developed unless it is in combination with a paid for copy of MarxMenu,
  2577.    or you have made special arrangements in writing with Computer Tyme to
  2578.    do so.
  2579.  
  2580.    Use of this product constitutes your acceptance of the terms and
  2581.    conditions of this license and of my copyright and your agreement to
  2582.    abide by these terms and conditions.
  2583.  
  2584.    WARRANTY:   WARRANTY:   WARRANTY:
  2585.  
  2586.    The warranty is limited to the diskettes to be machine readable for a
  2587.    period of 30 days after purchase. Although we try hard to write perfect
  2588.    software that has no bugs, we do not guarantee that. We also do not
  2589.    guarantee that this product is fit for every purpose and we are not
  2590.    liable for any damages that might occur from use of this product. This
  2591.    agreement is governed by the laws of the State of Missouri.
  2592.  
  2593.  
  2594.  
  2595.    Computer Tyme MarxMenu Users Manual                     Page 2
  2596.    _______________________________________________________________
  2597.  
  2598.  
  2599.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  2600.  
  2601.    I would like to thank the following people for making this product
  2602.    possible:
  2603.  
  2604.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2605.    for being good to me and helping with revisions and editing.
  2606.  
  2607.    The Computer Tyme staff for being the best employees in the world.
  2608.  
  2609.    Borland International for writing Turbo Pascal and keeping it bug free
  2610.    and well supported.
  2611.  
  2612.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2613.    and their well written, well supported product.
  2614.  
  2615.    Semware for TEdit and QEdit, their full screen editors.
  2616.  
  2617.    All users who actually paid for this product so that we may continue to
  2618.    eat.
  2619.  
  2620.    Those of you who have pointed out bugs and made suggestions to improve
  2621.    our product.
  2622.  
  2623.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  2624.  
  2625.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2626.    are trademarks of Computer Tyme.
  2627.  
  2628.     QEdit and TEdit are trademarks of SemWare.
  2629.     Lotus is a registered trademark of Lotus Development.
  2630.     Wordstar is a registered trademark of MicroPro International.
  2631.     Smart Software is a trademark of Informix.
  2632.     MS-DOS is a trademark of Microsoft.
  2633.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2634.     Turbo Pascal is a trademark of Borland International.
  2635.     OPRO and TPRO are trademarks of TurboPower Software.
  2636.     Netware and Novell are trademarks of Novell.
  2637.     DesqView and QEMM are trademarks of Quarterdeck.
  2638.     IBM and OS/2 are trademarks of International Business Machines.
  2639.  
  2640.     Created using Turbo Pascal
  2641.     Copyright 1983-90 by Borland International
  2642.  
  2643.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  2644.  
  2645.    When I first wrote this program my friends referred to it as Marc's
  2646.    Menu. The Names .................................  166
  2647.        -- Window .........................................  166
  2648.        -- WindowHeight ...................................  166
  2649.        -- WindowWidth ....................................  166
  2650.        -- WinX ...........................................  167
  2651.        -- WinY ...........................................  167
  2652.        -- Write ..........................................  167
  2653.        -- WriteCenter ....................................  167
  2654.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  2655.        -- WriteTextFile ..................................  167
  2656.  
  2657.  
  2658.  
  2659.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2660.    _______________________________________________________________
  2661.  
  2662.  
  2663.        -- WriteVertical ..................................  168
  2664.        -- Xor ............................................  168
  2665.        -- Year ...........................................  168
  2666.        -- YearOf .........................................  168
  2667.        String Constants ..................................  169
  2668.        Time and Date Constants ...........................  169
  2669.        Video Constants ...................................  170
  2670.        Color Constants ...................................  170
  2671.        Boolean Constants .................................  170
  2672.        Conditional Statements ............................  170
  2673.        Environment Variables used by MarxMenu ............  171
  2674.        Command Categories ................................  172
  2675.        -- Misc Commands ..................................  173
  2676.        -- Math Commands ..................................  173
  2677.        -- Float Commands .................................  174
  2678.        -- String Commands ................................  175
  2679.        -- Variable Commands ..............................  176
  2680.        -- Boolean Commands ...............................  176
  2681.        -- Array Commands .................................  177
  2682.        -- Memory Commands ................................  178
  2683.        -- Novell Commands ................................  178
  2684.        -- MSNet Commands .................................  180
  2685.        -- Vines Commands .................................  180
  2686.        -- Time Commands ..................................  181
  2687.        -- Execution Commands .............................  182
  2688.        -- Display Commands ...............................  182
  2689.        -- Color Commands .................................  184
  2690.        -- Environment Commands ...........................  184
  2691.        -- System Commands ................................  185
  2692.        -- File Commands ..................................  185
  2693.        -- Ansi Commands ..................................  186
  2694.        -- Printer Commands ...............................  186
  2695.        -- International Commands .........................  186
  2696.        -- DesqView Commands ..............................  187
  2697.        -- Conditional Commands ...........................  187
  2698.        -- Keyboard Commands ..............................  188
  2699.        -- MouseControl Commands ..........................  188
  2700.        -- Music Commands .................................  188
  2701.  
  2702.  
  2703.  
  2704.    Computer Tyme MarxMenu Users Manual                     Page 1
  2705.    _______________________________________________________________
  2706.  
  2707.  
  2708.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  2709.  
  2710.    This manual is copyrighted material and all rights are reserved.
  2711.    MarxMenu is a programming language which describes to the computer what
  2712.    it is supposed to do. Even though some of the individual words in
  2713.    MarxMenu are used in other programming languages, I claim a copyright on
  2714.    the collection of words which make up the MarxMenu language. I therefore
  2715.    consider it an infringement of my CopyRight to create a software product
  2716.    which uses the MarxMenu language, or translates MarxMenu source code,
  2717.    without purchasing a license to do so.
  2718.  
  2719.    The combinations of definitions of commands in this manual constitute a
  2720.    copyrighted work. Any publication which describes a computer language
  2721.    for which the MarxMenu command set is a subset is a violation of the
  2722.    copyright of this software and this written manual.
  2723.  
  2724.    In other words, don't try to clone MarxMenu.
  2725.  
  2726.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  2727.  
  2728.    You are licensed to use this program on a single CPU or workstation. If
  2729.    you are running on a network, you are required to license a separate
  2730.    copy for each workstation or a file server license for each file server.
  2731.    If you are running on a multiuser operating system such as Concurrent
  2732.    DOS, you are required to license a copy for each workstation. Everyone
  2733.    who uses this menu, must license a copy unless several people share the
  2734.    same workstation.
  2735.  
  2736.    This software is licensed and not sold. The license begins when Computer
  2737.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2738.    rent this software without the written consent of Computer Tyme. You are
  2739.    not allowed to distribute MarxMenu in runtime form with software you
  2740.    developed unless it is in combination with a paid for copy of MarxMenu,
  2741.    or you have made special arrangements in writing with Computer Tyme to
  2742.    do so.
  2743.  
  2744.    Use of this product constitutes your acceptance of the terms and
  2745.    conditions of this license and of my copyright and your agreement to
  2746.    abide by these terms and conditions.
  2747.  
  2748.    WARRANTY:   WARRANTY:   WARRANTY:
  2749.  
  2750.    The warranty is limited to the diskettes to be machine readable for a
  2751.    period of 30 days after purchase. Although we try hard to write perfect
  2752.    software that has no bugs, we do not guarantee that. We also do not
  2753.    guarantee that this product is fit for every purpose and we are not
  2754.    liable for any damages that might occur from use of this product. This
  2755.    agreement is governed by the laws of the State of Missouri.
  2756.  
  2757.  
  2758.  
  2759.    Computer Tyme MarxMenu Users Manual                     Page 2
  2760.    _______________________________________________________________
  2761.  
  2762.  
  2763.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  2764.  
  2765.    I would like to thank the following people for making this product
  2766.    possible:
  2767.  
  2768.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2769.    for being good to me and helping with revisions and editing.
  2770.  
  2771.    The Computer Tyme staff for being the best employees in the world.
  2772.  
  2773.    Borland International for writing Turbo Pascal and keeping it bug free
  2774.    and well supported.
  2775.  
  2776.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2777.    and their well written, well supported product.
  2778.  
  2779.    Semware for TEdit and QEdit, their full screen editors.
  2780.  
  2781.    All users who actually paid for this product so that we may continue to
  2782.    eat.
  2783.  
  2784.    Those of you who have pointed out bugs and made suggestions to improve
  2785.    our product.
  2786.  
  2787.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  2788.  
  2789.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2790.    are trademarks of Computer Tyme.
  2791.  
  2792.     QEdit and TEdit are trademarks of SemWare.
  2793.     Lotus is a registered trademark of Lotus Development.
  2794.     Wordstar is a registered trademark of MicroPro International.
  2795.     Smart Software is a trademark of Informix.
  2796.     MS-DOS is a trademark of Microsoft.
  2797.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2798.     Turbo Pascal is a trademark of Borland International.
  2799.     OPRO and TPRO are trademarks of TurboPower Software.
  2800.     Netware and Novell are trademarks of Novell.
  2801.     DesqView and QEMM are trademarks of Quarterdeck.
  2802.     IBM and OS/2 are trademarks of International Business Machines.
  2803.  
  2804.     Created using Turbo Pascal
  2805.     Copyright 1983-90 by Borland International
  2806.  
  2807.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  2808.  
  2809.    When I first wrote this program my friends referred to it as Marc's
  2810.    Menu. The Names .................................  166
  2811.        -- Window .........................................  166
  2812.        -- WindowHeight ...................................  166
  2813.        -- WindowWidth ....................................  166
  2814.        -- WinX ...........................................  167
  2815.        -- WinY ...........................................  167
  2816.        -- Write ..........................................  167
  2817.        -- WriteCenter ....................................  167
  2818.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  2819.        -- WriteTextFile ..................................  167
  2820.  
  2821.  
  2822.  
  2823.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2824.    _______________________________________________________________
  2825.  
  2826.  
  2827.        -- WriteVertical ..................................  168
  2828.        -- Xor ............................................  168
  2829.        -- Year ...........................................  168
  2830.        -- YearOf .........................................  168
  2831.        String Constants ..................................  169
  2832.        Time and Date Constants ...........................  169
  2833.        Video Constants ...................................  170
  2834.        Color Constants ...................................  170
  2835.        Boolean Constants .................................  170
  2836.        Conditional Statements ............................  170
  2837.        Environment Variables used by MarxMenu ............  171
  2838.        Command Categories ................................  172
  2839.        -- Misc Commands ..................................  173
  2840.        -- Math Commands ..................................  173
  2841.        -- Float Commands .................................  174
  2842.        -- String Commands ................................  175
  2843.        -- Variable Commands ..............................  176
  2844.        -- Boolean Commands ...............................  176
  2845.        -- Array Commands .................................  177
  2846.        -- Memory Commands ................................  178
  2847.        -- Novell Commands ................................  178
  2848.        -- MSNet Commands .................................  180
  2849.        -- Vines Commands .................................  180
  2850.        -- Time Commands ..................................  181
  2851.        -- Execution Commands .............................  182
  2852.        -- Display Commands ...............................  182
  2853.        -- Color Commands .................................  184
  2854.        -- Environment Commands ...........................  184
  2855.        -- System Commands ................................  185
  2856.        -- File Commands ..................................  185
  2857.        -- Ansi Commands ..................................  186
  2858.        -- Printer Commands ...............................  186
  2859.        -- International Commands .........................  186
  2860.        -- DesqView Commands ..............................  187
  2861.        -- Conditional Commands ...........................  187
  2862.        -- Keyboard Commands ..............................  188
  2863.        -- MouseControl Commands ..........................  188
  2864.        -- Music Commands .................................  188
  2865.  
  2866.  
  2867.  
  2868.    Computer Tyme MarxMenu Users Manual                     Page 1
  2869.    _______________________________________________________________
  2870.  
  2871.  
  2872.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  2873.  
  2874.    This manual is copyrighted material and all rights are reserved.
  2875.    MarxMenu is a programming language which describes to the computer what
  2876.    it is supposed to do. Even though some of the individual words in
  2877.    MarxMenu are used in other programming languages, I claim a copyright on
  2878.    the collection of words which make up the MarxMenu language. I therefore
  2879.    consider it an infringement of my CopyRight to create a software product
  2880.    which uses the MarxMenu language, or translates MarxMenu source code,
  2881.    without purchasing a license to do so.
  2882.  
  2883.    The combinations of definitions of commands in this manual constitute a
  2884.    copyrighted work. Any publication which describes a computer language
  2885.    for which the MarxMenu command set is a subset is a violation of the
  2886.    copyright of this software and this written manual.
  2887.  
  2888.    In other words, don't try to clone MarxMenu.
  2889.  
  2890.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  2891.  
  2892.    You are licensed to use this program on a single CPU or workstation. If
  2893.    you are running on a network, you are required to license a separate
  2894.    copy for each workstation or a file server license for each file server.
  2895.    If you are running on a multiuser operating system such as Concurrent
  2896.    DOS, you are required to license a copy for each workstation. Everyone
  2897.    who uses this menu, must license a copy unless several people share the
  2898.    same workstation.
  2899.  
  2900.    This software is licensed and not sold. The license begins when Computer
  2901.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2902.    rent this software without the written consent of Computer Tyme. You are
  2903.    not allowed to distribute MarxMenu in runtime form with software you
  2904.    developed unless it is in combination with a paid for copy of MarxMenu,
  2905.    or you have made special arrangements in writing with Computer Tyme to
  2906.    do so.
  2907.  
  2908.    Use of this product constitutes your acceptance of the terms and
  2909.    conditions of this license and of my copyright and your agreement to
  2910.    abide by these terms and conditions.
  2911.  
  2912.    WARRANTY:   WARRANTY:   WARRANTY:
  2913.  
  2914.    The warranty is limited to the diskettes to be machine readable for a
  2915.    period of 30 days after purchase. Although we try hard to write perfect
  2916.    software that has no bugs, we do not guarantee that. We also do not
  2917.    guarantee that this product is fit for every purpose and we are not
  2918.    liable for any damages that might occur from use of this product. This
  2919.    agreement is governed by the laws of the State of Missouri.
  2920.  
  2921.  
  2922.  
  2923.    Computer Tyme MarxMenu Users Manual                     Page 2
  2924.    _______________________________________________________________
  2925.  
  2926.  
  2927.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  2928.  
  2929.    I would like to thank the following people for making this product
  2930.    possible:
  2931.  
  2932.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2933.    for being good to me and helping with revisions and editing.
  2934.  
  2935.    The Computer Tyme staff for being the best employees in the world.
  2936.  
  2937.    Borland International for writing Turbo Pascal and keeping it bug free
  2938.    and well supported.
  2939.  
  2940.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2941.    and their well written, well supported product.
  2942.  
  2943.    Semware for TEdit and QEdit, their full screen editors.
  2944.  
  2945.    All users who actually paid for this product so that we may continue to
  2946.    eat.
  2947.  
  2948.    Those of you who have pointed out bugs and made suggestions to improve
  2949.    our product.
  2950.  
  2951.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  2952.  
  2953.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2954.    are trademarks of Computer Tyme.
  2955.  
  2956.     QEdit and TEdit are trademarks of SemWare.
  2957.     Lotus is a registered trademark of Lotus Development.
  2958.     Wordstar is a registered trademark of MicroPro International.
  2959.     Smart Software is a trademark of Informix.
  2960.     MS-DOS is a trademark of Microsoft.
  2961.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2962.     Turbo Pascal is a trademark of Borland International.
  2963.     OPRO and TPRO are trademarks of TurboPower Software.
  2964.     Netware and Novell are trademarks of Novell.
  2965.     DesqView and QEMM are trademarks of Quarterdeck.
  2966.     IBM and OS/2 are trademarks of International Business Machines.
  2967.  
  2968.     Created using Turbo Pascal
  2969.     Copyright 1983-90 by Borland International
  2970.  
  2971.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  2972.  
  2973.    When I first wrote this program my friends referred to it as Marc's
  2974.    Menu. The Names .................................  166
  2975.        -- Window .........................................  166
  2976.        -- WindowHeight ...................................  166
  2977.        -- WindowWidth ....................................  166
  2978.        -- WinX ...........................................  167
  2979.        -- WinY ...........................................  167
  2980.        -- Write ..........................................  167
  2981.        -- WriteCenter ....................................  167
  2982.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  2983.        -- WriteTextFile ..................................  167
  2984.  
  2985.  
  2986.  
  2987.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2988.    _______________________________________________________________
  2989.  
  2990.  
  2991.        -- WriteVertical ..................................  168
  2992.        -- Xor ............................................  168
  2993.        -- Year ...........................................  168
  2994.        -- YearOf .........................................  168
  2995.        String Constants ..................................  169
  2996.        Time and Date Constants ...........................  169
  2997.        Video Constants ...................................  170
  2998.        Color Constants ...................................  170
  2999.        Boolean Constants .................................  170
  3000.        Conditional Statements ............................  170
  3001.        Environment Variables used by MarxMenu ............  171
  3002.        Command Categories ................................  172
  3003.        -- Misc Commands ..................................  173
  3004.        -- Math Commands ..................................  173
  3005.        -- Float Commands .................................  174
  3006.        -- String Commands ................................  175
  3007.        -- Variable Commands ..............................  176
  3008.        -- Boolean Commands ...............................  176
  3009.        -- Array Commands .................................  177
  3010.        -- Memory Commands ................................  178
  3011.        -- Novell Commands ................................  178
  3012.        -- MSNet Commands .................................  180
  3013.        -- Vines Commands .................................  180
  3014.        -- Time Commands ..................................  181
  3015.        -- Execution Commands .............................  182
  3016.        -- Display Commands ...............................  182
  3017.        -- Color Commands .................................  184
  3018.        -- Environment Commands ...........................  184
  3019.        -- System Commands ................................  185
  3020.        -- File Commands ..................................  185
  3021.        -- Ansi Commands ..................................  186
  3022.        -- Printer Commands ...............................  186
  3023.        -- International Commands .........................  186
  3024.        -- DesqView Commands ..............................  187
  3025.        -- Conditional Commands ...........................  187
  3026.        -- Keyboard Commands ..............................  188
  3027.        -- MouseControl Commands ..........................  188
  3028.        -- Music Commands .................................  188
  3029.  
  3030.  
  3031.  
  3032.    Computer Tyme MarxMenu Users Manual                     Page 1
  3033.    _______________________________________________________________
  3034.  
  3035.  
  3036.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  3037.  
  3038.    This manual is copyrighted material and all rights are reserved.
  3039.    MarxMenu is a programming language which describes to the computer what
  3040.    it is supposed to do. Even though some of the individual words in
  3041.    MarxMenu are used in other programming languages, I claim a copyright on
  3042.    the collection of words which make up the MarxMenu language. I therefore
  3043.    consider it an infringement of my CopyRight to create a software product
  3044.    which uses the MarxMenu language, or translates MarxMenu source code,
  3045.    without purchasing a license to do so.
  3046.  
  3047.    The combinations of definitions of commands in this manual constitute a
  3048.    copyrighted work. Any publication which describes a computer language
  3049.    for which the MarxMenu command set is a subset is a violation of the
  3050.    copyright of this software and this written manual.
  3051.  
  3052.    In other words, don't try to clone MarxMenu.
  3053.  
  3054.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  3055.  
  3056.    You are licensed to use this program on a single CPU or workstation. If
  3057.    you are running on a network, you are required to license a separate
  3058.    copy for each workstation or a file server license for each file server.
  3059.    If you are running on a multiuser operating system such as Concurrent
  3060.    DOS, you are required to license a copy for each workstation. Everyone
  3061.    who uses this menu, must license a copy unless several people share the
  3062.    same workstation.
  3063.  
  3064.    This software is licensed and not sold. The license begins when Computer
  3065.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3066.    rent this software without the written consent of Computer Tyme. You are
  3067.    not allowed to distribute MarxMenu in runtime form with software you
  3068.    developed unless it is in combination with a paid for copy of MarxMenu,
  3069.    or you have made special arrangements in writing with Computer Tyme to
  3070.    do so.
  3071.  
  3072.    Use of this product constitutes your acceptance of the terms and
  3073.    conditions of this license and of my copyright and your agreement to
  3074.    abide by these terms and conditions.
  3075.  
  3076.    WARRANTY:   WARRANTY:   WARRANTY:
  3077.  
  3078.    The warranty is limited to the diskettes to be machine readable for a
  3079.    period of 30 days after purchase. Although we try hard to write perfect
  3080.    software that has no bugs, we do not guarantee that. We also do not
  3081.    guarantee that this product is fit for every purpose and we are not
  3082.    liable for any damages that might occur from use of this product. This
  3083.    agreement is governed by the laws of the State of Missouri.
  3084.  
  3085.  
  3086.  
  3087.    Computer Tyme MarxMenu Users Manual                     Page 2
  3088.    _______________________________________________________________
  3089.  
  3090.  
  3091.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  3092.  
  3093.    I would like to thank the following people for making this product
  3094.    possible:
  3095.  
  3096.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3097.    for being good to me and helping with revisions and editing.
  3098.  
  3099.    The Computer Tyme staff for being the best employees in the world.
  3100.  
  3101.    Borland International for writing Turbo Pascal and keeping it bug free
  3102.    and well supported.
  3103.  
  3104.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3105.    and their well written, well supported product.
  3106.  
  3107.    Semware for TEdit and QEdit, their full screen editors.
  3108.  
  3109.    All users who actually paid for this product so that we may continue to
  3110.    eat.
  3111.  
  3112.    Those of you who have pointed out bugs and made suggestions to improve
  3113.    our product.
  3114.  
  3115.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  3116.  
  3117.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3118.    are trademarks of Computer Tyme.
  3119.  
  3120.     QEdit and TEdit are trademarks of SemWare.
  3121.     Lotus is a registered trademark of Lotus Development.
  3122.     Wordstar is a registered trademark of MicroPro International.
  3123.     Smart Software is a trademark of Informix.
  3124.     MS-DOS is a trademark of Microsoft.
  3125.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3126.     Turbo Pascal is a trademark of Borland International.
  3127.     OPRO and TPRO are trademarks of TurboPower Software.
  3128.     Netware and Novell are trademarks of Novell.
  3129.     DesqView and QEMM are trademarks of Quarterdeck.
  3130.     IBM and OS/2 are trademarks of International Business Machines.
  3131.  
  3132.     Created using Turbo Pascal
  3133.     Copyright 1983-90 by Borland International
  3134.  
  3135.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  3136.  
  3137.    When I first wrote this program my friends referred to it as Marc's
  3138.    Menu. The Names .................................  166
  3139.        -- Window .........................................  166
  3140.        -- WindowHeight ...................................  166
  3141.        -- WindowWidth ....................................  166
  3142.        -- WinX ...........................................  167
  3143.        -- WinY ...........................................  167
  3144.        -- Write ..........................................  167
  3145.        -- WriteCenter ....................................  167
  3146.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  3147.        -- WriteTextFile ..................................  167
  3148.  
  3149.  
  3150.  
  3151.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3152.    _______________________________________________________________
  3153.  
  3154.  
  3155.        -- WriteVertical ..................................  168
  3156.        -- Xor ............................................  168
  3157.        -- Year ...........................................  168
  3158.        -- YearOf .........................................  168
  3159.        String Constants ..................................  169
  3160.        Time and Date Constants ...........................  169
  3161.        Video Constants ...................................  170
  3162.        Color Constants ...................................  170
  3163.        Boolean Constants .................................  170
  3164.        Conditional Statements ............................  170
  3165.        Environment Variables used by MarxMenu ............  171
  3166.        Command Categories ................................  172
  3167.        -- Misc Commands ..................................  173
  3168.        -- Math Commands ..................................  173
  3169.        -- Float Commands .................................  174
  3170.        -- String Commands ................................  175
  3171.        -- Variable Commands ..............................  176
  3172.        -- Boolean Commands ...............................  176
  3173.        -- Array Commands .................................  177
  3174.        -- Memory Commands ................................  178
  3175.        -- Novell Commands ................................  178
  3176.        -- MSNet Commands .................................  180
  3177.        -- Vines Commands .................................  180
  3178.        -- Time Commands ..................................  181
  3179.        -- Execution Commands .............................  182
  3180.        -- Display Commands ...............................  182
  3181.        -- Color Commands .................................  184
  3182.        -- Environment Commands ...........................  184
  3183.        -- System Commands ................................  185
  3184.        -- File Commands ..................................  185
  3185.        -- Ansi Commands ..................................  186
  3186.        -- Printer Commands ...............................  186
  3187.        -- International Commands .........................  186
  3188.        -- DesqView Commands ..............................  187
  3189.        -- Conditional Commands ...........................  187
  3190.        -- Keyboard Commands ..............................  188
  3191.        -- MouseControl Commands ..........................  188
  3192.        -- Music Commands .................................  188
  3193.  
  3194.  
  3195.  
  3196.    Computer Tyme MarxMenu Users Manual                     Page 1
  3197.    _______________________________________________________________
  3198.  
  3199.  
  3200.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  3201.  
  3202.    This manual is copyrighted material and all rights are reserved.
  3203.    MarxMenu is a programming language which describes to the computer what
  3204.    it is supposed to do. Even though some of the individual words in
  3205.    MarxMenu are used in other programming languages, I claim a copyright on
  3206.    the collection of words which make up the MarxMenu language. I therefore
  3207.    consider it an infringement of my CopyRight to create a software product
  3208.    which uses the MarxMenu language, or translates MarxMenu source code,
  3209.    without purchasing a license to do so.
  3210.  
  3211.    The combinations of definitions of commands in this manual constitute a
  3212.    copyrighted work. Any publication which describes a computer language
  3213.    for which the MarxMenu command set is a subset is a violation of the
  3214.    copyright of this software and this written manual.
  3215.  
  3216.    In other words, don't try to clone MarxMenu.
  3217.  
  3218.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  3219.  
  3220.    You are licensed to use this program on a single CPU or workstation. If
  3221.    you are running on a network, you are required to license a separate
  3222.    copy for each workstation or a file server license for each file server.
  3223.    If you are running on a multiuser operating system such as Concurrent
  3224.    DOS, you are required to license a copy for each workstation. Everyone
  3225.    who uses this menu, must license a copy unless several people share the
  3226.    same workstation.
  3227.  
  3228.    This software is licensed and not sold. The license begins when Computer
  3229.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3230.    rent this software without the written consent of Computer Tyme. You are
  3231.    not allowed to distribute MarxMenu in runtime form with software you
  3232.    developed unless it is in combination with a paid for copy of MarxMenu,
  3233.    or you have made special arrangements in writing with Computer Tyme to
  3234.    do so.
  3235.  
  3236.    Use of this product constitutes your acceptance of the terms and
  3237.    conditions of this license and of my copyright and your agreement to
  3238.    abide by these terms and conditions.
  3239.  
  3240.    WARRANTY:   WARRANTY:   WARRANTY:
  3241.  
  3242.    The warranty is limited to the diskettes to be machine readable for a
  3243.    period of 30 days after purchase. Although we try hard to write perfect
  3244.    software that has no bugs, we do not guarantee that. We also do not
  3245.    guarantee that this product is fit for every purpose and we are not
  3246.    liable for any damages that might occur from use of this product. This
  3247.    agreement is governed by the laws of the State of Missouri.
  3248.  
  3249.  
  3250.  
  3251.    Computer Tyme MarxMenu Users Manual                     Page 2
  3252.    _______________________________________________________________
  3253.  
  3254.  
  3255.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  3256.  
  3257.    I would like to thank the following people for making this product
  3258.    possible:
  3259.  
  3260.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3261.    for being good to me and helping with revisions and editing.
  3262.  
  3263.    The Computer Tyme staff for being the best employees in the world.
  3264.  
  3265.    Borland International for writing Turbo Pascal and keeping it bug free
  3266.    and well supported.
  3267.  
  3268.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3269.    and their well written, well supported product.
  3270.  
  3271.    Semware for TEdit and QEdit, their full screen editors.
  3272.  
  3273.    All users who actually paid for this product so that we may continue to
  3274.    eat.
  3275.  
  3276.    Those of you who have pointed out bugs and made suggestions to improve
  3277.    our product.
  3278.  
  3279.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  3280.  
  3281.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3282.    are trademarks of Computer Tyme.
  3283.  
  3284.     QEdit and TEdit are trademarks of SemWare.
  3285.     Lotus is a registered trademark of Lotus Development.
  3286.     Wordstar is a registered trademark of MicroPro International.
  3287.     Smart Software is a trademark of Informix.
  3288.     MS-DOS is a trademark of Microsoft.
  3289.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3290.     Turbo Pascal is a trademark of Borland International.
  3291.     OPRO and TPRO are trademarks of TurboPower Software.
  3292.     Netware and Novell are trademarks of Novell.
  3293.     DesqView and QEMM are trademarks of Quarterdeck.
  3294.     IBM and OS/2 are trademarks of International Business Machines.
  3295.  
  3296.     Created using Turbo Pascal
  3297.     Copyright 1983-90 by Borland International
  3298.  
  3299.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  3300.  
  3301.    When I first wrote this program my friends referred to it as Marc's
  3302.    Menu. The Names .................................  166
  3303.        -- Window .........................................  166
  3304.        -- WindowHeight ...................................  166
  3305.        -- WindowWidth ....................................  166
  3306.        -- WinX ...........................................  167
  3307.        -- WinY ...........................................  167
  3308.        -- Write ..........................................  167
  3309.        -- WriteCenter ....................................  167
  3310.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  3311.        -- WriteTextFile ..................................  167
  3312.  
  3313.  
  3314.  
  3315.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3316.    _______________________________________________________________
  3317.  
  3318.  
  3319.        -- WriteVertical ..................................  168
  3320.        -- Xor ............................................  168
  3321.        -- Year ...........................................  168
  3322.        -- YearOf .........................................  168
  3323.        String Constants ..................................  169
  3324.        Time and Date Constants ...........................  169
  3325.        Video Constants ...................................  170
  3326.        Color Constants ...................................  170
  3327.        Boolean Constants .................................  170
  3328.        Conditional Statements ............................  170
  3329.        Environment Variables used by MarxMenu ............  171
  3330.        Command Categories ................................  172
  3331.        -- Misc Commands ..................................  173
  3332.        -- Math Commands ..................................  173
  3333.        -- Float Commands .................................  174
  3334.        -- String Commands ................................  175
  3335.        -- Variable Commands ..............................  176
  3336.        -- Boolean Commands ...............................  176
  3337.        -- Array Commands .................................  177
  3338.        -- Memory Commands ................................  178
  3339.        -- Novell Commands ................................  178
  3340.        -- MSNet Commands .................................  180
  3341.        -- Vines Commands .................................  180
  3342.        -- Time Commands ..................................  181
  3343.        -- Execution Commands .............................  182
  3344.        -- Display Commands ...............................  182
  3345.        -- Color Commands .................................  184
  3346.        -- Environment Commands ...........................  184
  3347.        -- System Commands ................................  185
  3348.        -- File Commands ..................................  185
  3349.        -- Ansi Commands ..................................  186
  3350.        -- Printer Commands ...............................  186
  3351.        -- International Commands .........................  186
  3352.        -- DesqView Commands ..............................  187
  3353.        -- Conditional Commands ...........................  187
  3354.        -- Keyboard Commands ..............................  188
  3355.        -- MouseControl Commands ..........................  188
  3356.        -- Music Commands .................................  188
  3357.  
  3358.  
  3359.  
  3360.    Computer Tyme MarxMenu Users Manual                     Page 1
  3361.    _______________________________________________________________
  3362.  
  3363.  
  3364.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  3365.  
  3366.    This manual is copyrighted material and all rights are reserved.
  3367.    MarxMenu is a programming language which describes to the computer what
  3368.    it is supposed to do. Even though some of the individual words in
  3369.    MarxMenu are used in other programming languages, I claim a copyright on
  3370.    the collection of words which make up the MarxMenu language. I therefore
  3371.    consider it an infringement of my CopyRight to create a software product
  3372.    which uses the MarxMenu language, or translates MarxMenu source code,
  3373.    without purchasing a license to do so.
  3374.  
  3375.    The combinations of definitions of commands in this manual constitute a
  3376.    copyrighted work. Any publication which describes a computer language
  3377.    for which the MarxMenu command set is a subset is a violation of the
  3378.    copyright of this software and this written manual.
  3379.  
  3380.    In other words, don't try to clone MarxMenu.
  3381.  
  3382.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  3383.  
  3384.    You are licensed to use this program on a single CPU or workstation. If
  3385.    you are running on a network, you are required to license a separate
  3386.    copy for each workstation or a file server license for each file server.
  3387.    If you are running on a multiuser operating system such as Concurrent
  3388.    DOS, you are required to license a copy for each workstation. Everyone
  3389.    who uses this menu, must license a copy unless several people share the
  3390.    same workstation.
  3391.  
  3392.    This software is licensed and not sold. The license begins when Computer
  3393.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3394.    rent this software without the written consent of Computer Tyme. You are
  3395.    not allowed to distribute MarxMenu in runtime form with software you
  3396.    developed unless it is in combination with a paid for copy of MarxMenu,
  3397.    or you have made special arrangements in writing with Computer Tyme to
  3398.    do so.
  3399.  
  3400.    Use of this product constitutes your acceptance of the terms and
  3401.    conditions of this license and of my copyright and your agreement to
  3402.    abide by these terms and conditions.
  3403.  
  3404.    WARRANTY:   WARRANTY:   WARRANTY:
  3405.  
  3406.    The warranty is limited to the diskettes to be machine readable for a
  3407.    period of 30 days after purchase. Although we try hard to write perfect
  3408.    software that has no bugs, we do not guarantee that. We also do not
  3409.    guarantee that this product is fit for every purpose and we are not
  3410.    liable for any damages that might occur from use of this product. This
  3411.    agreement is governed by the laws of the State of Missouri.
  3412.  
  3413.  
  3414.  
  3415.    Computer Tyme MarxMenu Users Manual                     Page 2
  3416.    _______________________________________________________________
  3417.  
  3418.  
  3419.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  3420.  
  3421.    I would like to thank the following people for making this product
  3422.    possible:
  3423.  
  3424.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3425.    for being good to me and helping with revisions and editing.
  3426.  
  3427.    The Computer Tyme staff for being the best employees in the world.
  3428.  
  3429.    Borland International for writing Turbo Pascal and keeping it bug free
  3430.    and well supported.
  3431.  
  3432.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3433.    and their well written, well supported product.
  3434.  
  3435.    Semware for TEdit and QEdit, their full screen editors.
  3436.  
  3437.    All users who actually paid for this product so that we may continue to
  3438.    eat.
  3439.  
  3440.    Those of you who have pointed out bugs and made suggestions to improve
  3441.    our product.
  3442.  
  3443.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  3444.  
  3445.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3446.    are trademarks of Computer Tyme.
  3447.  
  3448.     QEdit and TEdit are trademarks of SemWare.
  3449.     Lotus is a registered trademark of Lotus Development.
  3450.     Wordstar is a registered trademark of MicroPro International.
  3451.     Smart Software is a trademark of Informix.
  3452.     MS-DOS is a trademark of Microsoft.
  3453.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3454.     Turbo Pascal is a trademark of Borland International.
  3455.     OPRO and TPRO are trademarks of TurboPower Software.
  3456.     Netware and Novell are trademarks of Novell.
  3457.     DesqView and QEMM are trademarks of Quarterdeck.
  3458.     IBM and OS/2 are trademarks of International Business Machines.
  3459.  
  3460.     Created using Turbo Pascal
  3461.     Copyright 1983-90 by Borland International
  3462.  
  3463.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  3464.  
  3465.    When I first wrote this program my friends referred to it as Marc's
  3466.    Menu. The Names .................................  166
  3467.        -- Window .........................................  166
  3468.        -- WindowHeight ...................................  166
  3469.        -- WindowWidth ....................................  166
  3470.        -- WinX ...........................................  167
  3471.        -- WinY ...........................................  167
  3472.        -- Write ..........................................  167
  3473.        -- WriteCenter ....................................  167
  3474.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  3475.        -- WriteTextFile ..................................  167
  3476.  
  3477.  
  3478.  
  3479.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3480.    _______________________________________________________________
  3481.  
  3482.  
  3483.        -- WriteVertical ..................................  168
  3484.        -- Xor ............................................  168
  3485.        -- Year ...........................................  168
  3486.        -- YearOf .........................................  168
  3487.        String Constants ..................................  169
  3488.        Time and Date Constants ...........................  169
  3489.        Video Constants ...................................  170
  3490.        Color Constants ...................................  170
  3491.        Boolean Constants .................................  170
  3492.        Conditional Statements ............................  170
  3493.        Environment Variables used by MarxMenu ............  171
  3494.        Command Categories ................................  172
  3495.        -- Misc Commands ..................................  173
  3496.        -- Math Commands ..................................  173
  3497.        -- Float Commands .................................  174
  3498.        -- String Commands ................................  175
  3499.        -- Variable Commands ..............................  176
  3500.        -- Boolean Commands ...............................  176
  3501.        -- Array Commands .................................  177
  3502.        -- Memory Commands ................................  178
  3503.        -- Novell Commands ................................  178
  3504.        -- MSNet Commands .................................  180
  3505.        -- Vines Commands .................................  180
  3506.        -- Time Commands ..................................  181
  3507.        -- Execution Commands .............................  182
  3508.        -- Display Commands ...............................  182
  3509.        -- Color Commands .................................  184
  3510.        -- Environment Commands ...........................  184
  3511.        -- System Commands ................................  185
  3512.        -- File Commands ..................................  185
  3513.        -- Ansi Commands ..................................  186
  3514.        -- Printer Commands ...............................  186
  3515.        -- International Commands .........................  186
  3516.        -- DesqView Commands ..............................  187
  3517.        -- Conditional Commands ...........................  187
  3518.        -- Keyboard Commands ..............................  188
  3519.        -- MouseControl Commands ..........................  188
  3520.        -- Music Commands .................................  188
  3521.  
  3522.  
  3523.  
  3524.    Computer Tyme MarxMenu Users Manual                     Page 1
  3525.    _______________________________________________________________
  3526.  
  3527.  
  3528.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  3529.  
  3530.    This manual is copyrighted material and all rights are reserved.
  3531.    MarxMenu is a programming language which describes to the computer what
  3532.    it is supposed to do. Even though some of the individual words in
  3533.    MarxMenu are used in other programming languages, I claim a copyright on
  3534.    the collection of words which make up the MarxMenu language. I therefore
  3535.    consider it an infringement of my CopyRight to create a software product
  3536.    which uses the MarxMenu language, or translates MarxMenu source code,
  3537.    without purchasing a license to do so.
  3538.  
  3539.    The combinations of definitions of commands in this manual constitute a
  3540.    copyrighted work. Any publication which describes a computer language
  3541.    for which the MarxMenu command set is a subset is a violation of the
  3542.    copyright of this software and this written manual.
  3543.  
  3544.    In other words, don't try to clone MarxMenu.
  3545.  
  3546.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  3547.  
  3548.    You are licensed to use this program on a single CPU or workstation. If
  3549.    you are running on a network, you are required to license a separate
  3550.    copy for each workstation or a file server license for each file server.
  3551.    If you are running on a multiuser operating system such as Concurrent
  3552.    DOS, you are required to license a copy for each workstation. Everyone
  3553.    who uses this menu, must license a copy unless several people share the
  3554.    same workstation.
  3555.  
  3556.    This software is licensed and not sold. The license begins when Computer
  3557.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3558.    rent this software without the written consent of Computer Tyme. You are
  3559.    not allowed to distribute MarxMenu in runtime form with software you
  3560.    developed unless it is in combination with a paid for copy of MarxMenu,
  3561.    or you have made special arrangements in writing with Computer Tyme to
  3562.    do so.
  3563.  
  3564.    Use of this product constitutes your acceptance of the terms and
  3565.    conditions of this license and of my copyright and your agreement to
  3566.    abide by these terms and conditions.
  3567.  
  3568.    WARRANTY:   WARRANTY:   WARRANTY:
  3569.  
  3570.    The warranty is limited to the diskettes to be machine readable for a
  3571.    period of 30 days after purchase. Although we try hard to write perfect
  3572.    software that has no bugs, we do not guarantee that. We also do not
  3573.    guarantee that this product is fit for every purpose and we are not
  3574.    liable for any damages that might occur from use of this product. This
  3575.    agreement is governed by the laws of the State of Missouri.
  3576.  
  3577.  
  3578.  
  3579.    Computer Tyme MarxMenu Users Manual                     Page 2
  3580.    _______________________________________________________________
  3581.  
  3582.  
  3583.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  3584.  
  3585.    I would like to thank the following people for making this product
  3586.    possible:
  3587.  
  3588.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3589.    for being good to me and helping with revisions and editing.
  3590.  
  3591.    The Computer Tyme staff for being the best employees in the world.
  3592.  
  3593.    Borland International for writing Turbo Pascal and keeping it bug free
  3594.    and well supported.
  3595.  
  3596.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3597.    and their well written, well supported product.
  3598.  
  3599.    Semware for TEdit and QEdit, their full screen editors.
  3600.  
  3601.    All users who actually paid for this product so that we may continue to
  3602.    eat.
  3603.  
  3604.    Those of you who have pointed out bugs and made suggestions to improve
  3605.    our product.
  3606.  
  3607.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  3608.  
  3609.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3610.    are trademarks of Computer Tyme.
  3611.  
  3612.     QEdit and TEdit are trademarks of SemWare.
  3613.     Lotus is a registered trademark of Lotus Development.
  3614.     Wordstar is a registered trademark of MicroPro International.
  3615.     Smart Software is a trademark of Informix.
  3616.     MS-DOS is a trademark of Microsoft.
  3617.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3618.     Turbo Pascal is a trademark of Borland International.
  3619.     OPRO and TPRO are trademarks of TurboPower Software.
  3620.     Netware and Novell are trademarks of Novell.
  3621.     DesqView and QEMM are trademarks of Quarterdeck.
  3622.     IBM and OS/2 are trademarks of International Business Machines.
  3623.  
  3624.     Created using Turbo Pascal
  3625.     Copyright 1983-90 by Borland International
  3626.  
  3627.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  3628.  
  3629.    When I first wrote this program my friends referred to it as Marc's
  3630.    Menu. The Names .................................  166
  3631.        -- Window .........................................  166
  3632.        -- WindowHeight ...................................  166
  3633.        -- WindowWidth ....................................  166
  3634.        -- WinX ...........................................  167
  3635.        -- WinY ...........................................  167
  3636.        -- Write ..........................................  167
  3637.        -- WriteCenter ....................................  167
  3638.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  3639.        -- WriteTextFile ..................................  167
  3640.  
  3641.  
  3642.  
  3643.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3644.    _______________________________________________________________
  3645.  
  3646.  
  3647.        -- WriteVertical ..................................  168
  3648.        -- Xor ............................................  168
  3649.        -- Year ...........................................  168
  3650.        -- YearOf .........................................  168
  3651.        String Constants ..................................  169
  3652.        Time and Date Constants ...........................  169
  3653.        Video Constants ...................................  170
  3654.        Color Constants ...................................  170
  3655.        Boolean Constants .................................  170
  3656.        Conditional Statements ............................  170
  3657.        Environment Variables used by MarxMenu ............  171
  3658.        Command Categories ................................  172
  3659.        -- Misc Commands ..................................  173
  3660.        -- Math Commands ..................................  173
  3661.        -- Float Commands .................................  174
  3662.        -- String Commands ................................  175
  3663.        -- Variable Commands ..............................  176
  3664.        -- Boolean Commands ...............................  176
  3665.        -- Array Commands .................................  177
  3666.        -- Memory Commands ................................  178
  3667.        -- Novell Commands ................................  178
  3668.        -- MSNet Commands .................................  180
  3669.        -- Vines Commands .................................  180
  3670.        -- Time Commands ..................................  181
  3671.        -- Execution Commands .............................  182
  3672.        -- Display Commands ...............................  182
  3673.        -- Color Commands .................................  184
  3674.        -- Environment Commands ...........................  184
  3675.        -- System Commands ................................  185
  3676.        -- File Commands ..................................  185
  3677.        -- Ansi Commands ..................................  186
  3678.        -- Printer Commands ...............................  186
  3679.        -- International Commands .........................  186
  3680.        -- DesqView Commands ..............................  187
  3681.        -- Conditional Commands ...........................  187
  3682.        -- Keyboard Commands ..............................  188
  3683.        -- MouseControl Commands ..........................  188
  3684.        -- Music Commands .................................  188
  3685.  
  3686.  
  3687.  
  3688.    Computer Tyme MarxMenu Users Manual                     Page 1
  3689.    _______________________________________________________________
  3690.  
  3691.  
  3692.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  3693.  
  3694.    This manual is copyrighted material and all rights are reserved.
  3695.    MarxMenu is a programming language which describes to the computer what
  3696.    it is supposed to do. Even though some of the individual words in
  3697.    MarxMenu are used in other programming languages, I claim a copyright on
  3698.    the collection of words which make up the MarxMenu language. I therefore
  3699.    consider it an infringement of my CopyRight to create a software product
  3700.    which uses the MarxMenu language, or translates MarxMenu source code,
  3701.    without purchasing a license to do so.
  3702.  
  3703.    The combinations of definitions of commands in this manual constitute a
  3704.    copyrighted work. Any publication which describes a computer language
  3705.    for which the MarxMenu command set is a subset is a violation of the
  3706.    copyright of this software and this written manual.
  3707.  
  3708.    In other words, don't try to clone MarxMenu.
  3709.  
  3710.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  3711.  
  3712.    You are licensed to use this program on a single CPU or workstation. If
  3713.    you are running on a network, you are required to license a separate
  3714.    copy for each workstation or a file server license for each file server.
  3715.    If you are running on a multiuser operating system such as Concurrent
  3716.    DOS, you are required to license a copy for each workstation. Everyone
  3717.    who uses this menu, must license a copy unless several people share the
  3718.    same workstation.
  3719.  
  3720.    This software is licensed and not sold. The license begins when Computer
  3721.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3722.    rent this software without the written consent of Computer Tyme. You are
  3723.    not allowed to distribute MarxMenu in runtime form with software you
  3724.    developed unless it is in combination with a paid for copy of MarxMenu,
  3725.    or you have made special arrangements in writing with Computer Tyme to
  3726.    do so.
  3727.  
  3728.    Use of this product constitutes your acceptance of the terms and
  3729.    conditions of this license and of my copyright and your agreement to
  3730.    abide by these terms and conditions.
  3731.  
  3732.    WARRANTY:   WARRANTY:   WARRANTY:
  3733.  
  3734.    The warranty is limited to the diskettes to be machine readable for a
  3735.    period of 30 days after purchase. Although we try hard to write perfect
  3736.    software that has no bugs, we do not guarantee that. We also do not
  3737.    guarantee that this product is fit for every purpose and we are not
  3738.    liable for any damages that might occur from use of this product. This
  3739.    agreement is governed by the laws of the State of Missouri.
  3740.  
  3741.  
  3742.  
  3743.    Computer Tyme MarxMenu Users Manual                     Page 2
  3744.    _______________________________________________________________
  3745.  
  3746.  
  3747.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  3748.  
  3749.    I would like to thank the following people for making this product
  3750.    possible:
  3751.  
  3752.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3753.    for being good to me and helping with revisions and editing.
  3754.  
  3755.    The Computer Tyme staff for being the best employees in the world.
  3756.  
  3757.    Borland International for writing Turbo Pascal and keeping it bug free
  3758.    and well supported.
  3759.  
  3760.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3761.    and their well written, well supported product.
  3762.  
  3763.    Semware for TEdit and QEdit, their full screen editors.
  3764.  
  3765.    All users who actually paid for this product so that we may continue to
  3766.    eat.
  3767.  
  3768.    Those of you who have pointed out bugs and made suggestions to improve
  3769.    our product.
  3770.  
  3771.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  3772.  
  3773.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3774.    are trademarks of Computer Tyme.
  3775.  
  3776.     QEdit and TEdit are trademarks of SemWare.
  3777.     Lotus is a registered trademark of Lotus Development.
  3778.     Wordstar is a registered trademark of MicroPro International.
  3779.     Smart Software is a trademark of Informix.
  3780.     MS-DOS is a trademark of Microsoft.
  3781.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3782.     Turbo Pascal is a trademark of Borland International.
  3783.     OPRO and TPRO are trademarks of TurboPower Software.
  3784.     Netware and Novell are trademarks of Novell.
  3785.     DesqView and QEMM are trademarks of Quarterdeck.
  3786.     IBM and OS/2 are trademarks of International Business Machines.
  3787.  
  3788.     Created using Turbo Pascal
  3789.     Copyright 1983-90 by Borland International
  3790.  
  3791.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  3792.  
  3793.    When I first wrote this program my friends referred to it as Marc's
  3794.    Menu. The Names .................................  166
  3795.        -- Window .........................................  166
  3796.        -- WindowHeight ...................................  166
  3797.        -- WindowWidth ....................................  166
  3798.        -- WinX ...........................................  167
  3799.        -- WinY ...........................................  167
  3800.        -- Write ..........................................  167
  3801.        -- WriteCenter ....................................  167
  3802.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  3803.        -- WriteTextFile ..................................  167
  3804.  
  3805.  
  3806.  
  3807.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3808.    _______________________________________________________________
  3809.  
  3810.  
  3811.        -- WriteVertical ..................................  168
  3812.        -- Xor ............................................  168
  3813.        -- Year ...........................................  168
  3814.        -- YearOf .........................................  168
  3815.        String Constants ..................................  169
  3816.        Time and Date Constants ...........................  169
  3817.        Video Constants ...................................  170
  3818.        Color Constants ...................................  170
  3819.        Boolean Constants .................................  170
  3820.        Conditional Statements ............................  170
  3821.        Environment Variables used by MarxMenu ............  171
  3822.        Command Categories ................................  172
  3823.        -- Misc Commands ..................................  173
  3824.        -- Math Commands ..................................  173
  3825.        -- Float Commands .................................  174
  3826.        -- String Commands ................................  175
  3827.        -- Variable Commands ..............................  176
  3828.        -- Boolean Commands ...............................  176
  3829.        -- Array Commands .................................  177
  3830.        -- Memory Commands ................................  178
  3831.        -- Novell Commands ................................  178
  3832.        -- MSNet Commands .................................  180
  3833.        -- Vines Commands .................................  180
  3834.        -- Time Commands ..................................  181
  3835.        -- Execution Commands .............................  182
  3836.        -- Display Commands ...............................  182
  3837.        -- Color Commands .................................  184
  3838.        -- Environment Commands ...........................  184
  3839.        -- System Commands ................................  185
  3840.        -- File Commands ..................................  185
  3841.        -- Ansi Commands ..................................  186
  3842.        -- Printer Commands ...............................  186
  3843.        -- International Commands .........................  186
  3844.        -- DesqView Commands ..............................  187
  3845.        -- Conditional Commands ...........................  187
  3846.        -- Keyboard Commands ..............................  188
  3847.        -- MouseControl Commands ..........................  188
  3848.        -- Music Commands .................................  188
  3849.  
  3850.  
  3851.  
  3852.    Computer Tyme MarxMenu Users Manual                     Page 1
  3853.    _______________________________________________________________
  3854.  
  3855.  
  3856.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  3857.  
  3858.    This manual is copyrighted material and all rights are reserved.
  3859.    MarxMenu is a programming language which describes to the computer what
  3860.    it is supposed to do. Even though some of the individual words in
  3861.    MarxMenu are used in other programming languages, I claim a copyright on
  3862.    the collection of words which make up the MarxMenu language. I therefore
  3863.    consider it an infringement of my CopyRight to create a software product
  3864.    which uses the MarxMenu language, or translates MarxMenu source code,
  3865.    without purchasing a license to do so.
  3866.  
  3867.    The combinations of definitions of commands in this manual constitute a
  3868.    copyrighted work. Any publication which describes a computer language
  3869.    for which the MarxMenu command set is a subset is a violation of the
  3870.    copyright of this software and this written manual.
  3871.  
  3872.    In other words, don't try to clone MarxMenu.
  3873.  
  3874.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  3875.  
  3876.    You are licensed to use this program on a single CPU or workstation. If
  3877.    you are running on a network, you are required to license a separate
  3878.    copy for each workstation or a file server license for each file server.
  3879.    If you are running on a multiuser operating system such as Concurrent
  3880.    DOS, you are required to license a copy for each workstation. Everyone
  3881.    who uses this menu, must license a copy unless several people share the
  3882.    same workstation.
  3883.  
  3884.    This software is licensed and not sold. The license begins when Computer
  3885.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3886.    rent this software without the written consent of Computer Tyme. You are
  3887.    not allowed to distribute MarxMenu in runtime form with software you
  3888.    developed unless it is in combination with a paid for copy of MarxMenu,
  3889.    or you have made special arrangements in writing with Computer Tyme to
  3890.    do so.
  3891.  
  3892.    Use of this product constitutes your acceptance of the terms and
  3893.    conditions of this license and of my copyright and your agreement to
  3894.    abide by these terms and conditions.
  3895.  
  3896.    WARRANTY:   WARRANTY:   WARRANTY:
  3897.  
  3898.    The warranty is limited to the diskettes to be machine readable for a
  3899.    period of 30 days after purchase. Although we try hard to write perfect
  3900.    software that has no bugs, we do not guarantee that. We also do not
  3901.    guarantee that this product is fit for every purpose and we are not
  3902.    liable for any damages that might occur from use of this product. This
  3903.    agreement is governed by the laws of the State of Missouri.
  3904.  
  3905.  
  3906.  
  3907.    Computer Tyme MarxMenu Users Manual                     Page 2
  3908.    _______________________________________________________________
  3909.  
  3910.  
  3911.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  3912.  
  3913.    I would like to thank the following people for making this product
  3914.    possible:
  3915.  
  3916.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3917.    for being good to me and helping with revisions and editing.
  3918.  
  3919.    The Computer Tyme staff for being the best employees in the world.
  3920.  
  3921.    Borland International for writing Turbo Pascal and keeping it bug free
  3922.    and well supported.
  3923.  
  3924.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3925.    and their well written, well supported product.
  3926.  
  3927.    Semware for TEdit and QEdit, their full screen editors.
  3928.  
  3929.    All users who actually paid for this product so that we may continue to
  3930.    eat.
  3931.  
  3932.    Those of you who have pointed out bugs and made suggestions to improve
  3933.    our product.
  3934.  
  3935.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  3936.  
  3937.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3938.    are trademarks of Computer Tyme.
  3939.  
  3940.     QEdit and TEdit are trademarks of SemWare.
  3941.     Lotus is a registered trademark of Lotus Development.
  3942.     Wordstar is a registered trademark of MicroPro International.
  3943.     Smart Software is a trademark of Informix.
  3944.     MS-DOS is a trademark of Microsoft.
  3945.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3946.     Turbo Pascal is a trademark of Borland International.
  3947.     OPRO and TPRO are trademarks of TurboPower Software.
  3948.     Netware and Novell are trademarks of Novell.
  3949.     DesqView and QEMM are trademarks of Quarterdeck.
  3950.     IBM and OS/2 are trademarks of International Business Machines.
  3951.  
  3952.     Created using Turbo Pascal
  3953.     Copyright 1983-90 by Borland International
  3954.  
  3955.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  3956.  
  3957.    When I first wrote this program my friends referred to it as Marc's
  3958.    Menu. The Names .................................  166
  3959.        -- Window .........................................  166
  3960.        -- WindowHeight ...................................  166
  3961.        -- WindowWidth ....................................  166
  3962.        -- WinX ...........................................  167
  3963.        -- WinY ...........................................  167
  3964.        -- Write ..........................................  167
  3965.        -- WriteCenter ....................................  167
  3966.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  3967.        -- WriteTextFile ..................................  167
  3968.  
  3969.  
  3970.  
  3971.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3972.    _______________________________________________________________
  3973.  
  3974.  
  3975.        -- WriteVertical ..................................  168
  3976.        -- Xor ............................................  168
  3977.        -- Year ...........................................  168
  3978.        -- YearOf .........................................  168
  3979.        String Constants ..................................  169
  3980.        Time and Date Constants ...........................  169
  3981.        Video Constants ...................................  170
  3982.        Color Constants ...................................  170
  3983.        Boolean Constants .................................  170
  3984.        Conditional Statements ............................  170
  3985.        Environment Variables used by MarxMenu ............  171
  3986.        Command Categories ................................  172
  3987.        -- Misc Commands ..................................  173
  3988.        -- Math Commands ..................................  173
  3989.        -- Float Commands .................................  174
  3990.        -- String Commands ................................  175
  3991.        -- Variable Commands ..............................  176
  3992.        -- Boolean Commands ...............................  176
  3993.        -- Array Commands .................................  177
  3994.        -- Memory Commands ................................  178
  3995.        -- Novell Commands ................................  178
  3996.        -- MSNet Commands .................................  180
  3997.        -- Vines Commands .................................  180
  3998.        -- Time Commands ..................................  181
  3999.        -- Execution Commands .............................  182
  4000.        -- Display Commands ...............................  182
  4001.        -- Color Commands .................................  184
  4002.        -- Environment Commands ...........................  184
  4003.        -- System Commands ................................  185
  4004.        -- File Commands ..................................  185
  4005.        -- Ansi Commands ..................................  186
  4006.        -- Printer Commands ...............................  186
  4007.        -- International Commands .........................  186
  4008.        -- DesqView Commands ..............................  187
  4009.        -- Conditional Commands ...........................  187
  4010.        -- Keyboard Commands ..............................  188
  4011.        -- MouseControl Commands ..........................  188
  4012.        -- Music Commands .................................  188
  4013.  
  4014.  
  4015.  
  4016.    Computer Tyme MarxMenu Users Manual                     Page 1
  4017.    _______________________________________________________________
  4018.  
  4019.  
  4020.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  4021.  
  4022.    This manual is copyrighted material and all rights are reserved.
  4023.    MarxMenu is a programming language which describes to the computer what
  4024.    it is supposed to do. Even though some of the individual words in
  4025.    MarxMenu are used in other programming languages, I claim a copyright on
  4026.    the collection of words which make up the MarxMenu language. I therefore
  4027.    consider it an infringement of my CopyRight to create a software product
  4028.    which uses the MarxMenu language, or translates MarxMenu source code,
  4029.    without purchasing a license to do so.
  4030.  
  4031.    The combinations of definitions of commands in this manual constitute a
  4032.    copyrighted work. Any publication which describes a computer language
  4033.    for which the MarxMenu command set is a subset is a violation of the
  4034.    copyright of this software and this written manual.
  4035.  
  4036.    In other words, don't try to clone MarxMenu.
  4037.  
  4038.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  4039.  
  4040.    You are licensed to use this program on a single CPU or workstation. If
  4041.    you are running on a network, you are required to license a separate
  4042.    copy for each workstation or a file server license for each file server.
  4043.    If you are running on a multiuser operating system such as Concurrent
  4044.    DOS, you are required to license a copy for each workstation. Everyone
  4045.    who uses this menu, must license a copy unless several people share the
  4046.    same workstation.
  4047.  
  4048.    This software is licensed and not sold. The license begins when Computer
  4049.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4050.    rent this software without the written consent of Computer Tyme. You are
  4051.    not allowed to distribute MarxMenu in runtime form with software you
  4052.    developed unless it is in combination with a paid for copy of MarxMenu,
  4053.    or you have made special arrangements in writing with Computer Tyme to
  4054.    do so.
  4055.  
  4056.    Use of this product constitutes your acceptance of the terms and
  4057.    conditions of this license and of my copyright and your agreement to
  4058.    abide by these terms and conditions.
  4059.  
  4060.    WARRANTY:   WARRANTY:   WARRANTY:
  4061.  
  4062.    The warranty is limited to the diskettes to be machine readable for a
  4063.    period of 30 days after purchase. Although we try hard to write perfect
  4064.    software that has no bugs, we do not guarantee that. We also do not
  4065.    guarantee that this product is fit for every purpose and we are not
  4066.    liable for any damages that might occur from use of this product. This
  4067.    agreement is governed by the laws of the State of Missouri.
  4068.  
  4069.  
  4070.  
  4071.    Computer Tyme MarxMenu Users Manual                     Page 2
  4072.    _______________________________________________________________
  4073.  
  4074.  
  4075.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  4076.  
  4077.    I would like to thank the following people for making this product
  4078.    possible:
  4079.  
  4080.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4081.    for being good to me and helping with revisions and editing.
  4082.  
  4083.    The Computer Tyme staff for being the best employees in the world.
  4084.  
  4085.    Borland International for writing Turbo Pascal and keeping it bug free
  4086.    and well supported.
  4087.  
  4088.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4089.    and their well written, well supported product.
  4090.  
  4091.    Semware for TEdit and QEdit, their full screen editors.
  4092.  
  4093.    All users who actually paid for this product so that we may continue to
  4094.    eat.
  4095.  
  4096.    Those of you who have pointed out bugs and made suggestions to improve
  4097.    our product.
  4098.  
  4099.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  4100.  
  4101.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4102.    are trademarks of Computer Tyme.
  4103.  
  4104.     QEdit and TEdit are trademarks of SemWare.
  4105.     Lotus is a registered trademark of Lotus Development.
  4106.     Wordstar is a registered trademark of MicroPro International.
  4107.     Smart Software is a trademark of Informix.
  4108.     MS-DOS is a trademark of Microsoft.
  4109.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4110.     Turbo Pascal is a trademark of Borland International.
  4111.     OPRO and TPRO are trademarks of TurboPower Software.
  4112.     Netware and Novell are trademarks of Novell.
  4113.     DesqView and QEMM are trademarks of Quarterdeck.
  4114.     IBM and OS/2 are trademarks of International Business Machines.
  4115.  
  4116.     Created using Turbo Pascal
  4117.     Copyright 1983-90 by Borland International
  4118.  
  4119.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  4120.  
  4121.    When I first wrote this program my friends referred to it as Marc's
  4122.    Menu. The Names .................................  166
  4123.        -- Window .........................................  166
  4124.        -- WindowHeight ...................................  166
  4125.        -- WindowWidth ....................................  166
  4126.        -- WinX ...........................................  167
  4127.        -- WinY ...........................................  167
  4128.        -- Write ..........................................  167
  4129.        -- WriteCenter ....................................  167
  4130.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  4131.        -- WriteTextFile ..................................  167
  4132.  
  4133.  
  4134.  
  4135.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4136.    _______________________________________________________________
  4137.  
  4138.  
  4139.        -- WriteVertical ..................................  168
  4140.        -- Xor ............................................  168
  4141.        -- Year ...........................................  168
  4142.        -- YearOf .........................................  168
  4143.        String Constants ..................................  169
  4144.        Time and Date Constants ...........................  169
  4145.        Video Constants ...................................  170
  4146.        Color Constants ...................................  170
  4147.        Boolean Constants .................................  170
  4148.        Conditional Statements ............................  170
  4149.        Environment Variables used by MarxMenu ............  171
  4150.        Command Categories ................................  172
  4151.        -- Misc Commands ..................................  173
  4152.        -- Math Commands ..................................  173
  4153.        -- Float Commands .................................  174
  4154.        -- String Commands ................................  175
  4155.        -- Variable Commands ..............................  176
  4156.        -- Boolean Commands ...............................  176
  4157.        -- Array Commands .................................  177
  4158.        -- Memory Commands ................................  178
  4159.        -- Novell Commands ................................  178
  4160.        -- MSNet Commands .................................  180
  4161.        -- Vines Commands .................................  180
  4162.        -- Time Commands ..................................  181
  4163.        -- Execution Commands .............................  182
  4164.        -- Display Commands ...............................  182
  4165.        -- Color Commands .................................  184
  4166.        -- Environment Commands ...........................  184
  4167.        -- System Commands ................................  185
  4168.        -- File Commands ..................................  185
  4169.        -- Ansi Commands ..................................  186
  4170.        -- Printer Commands ...............................  186
  4171.        -- International Commands .........................  186
  4172.        -- DesqView Commands ..............................  187
  4173.        -- Conditional Commands ...........................  187
  4174.        -- Keyboard Commands ..............................  188
  4175.        -- MouseControl Commands ..........................  188
  4176.        -- Music Commands .................................  188
  4177.  
  4178.  
  4179.  
  4180.    Computer Tyme MarxMenu Users Manual                     Page 1
  4181.    _______________________________________________________________
  4182.  
  4183.  
  4184.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  4185.  
  4186.    This manual is copyrighted material and all rights are reserved.
  4187.    MarxMenu is a programming language which describes to the computer what
  4188.    it is supposed to do. Even though some of the individual words in
  4189.    MarxMenu are used in other programming languages, I claim a copyright on
  4190.    the collection of words which make up the MarxMenu language. I therefore
  4191.    consider it an infringement of my CopyRight to create a software product
  4192.    which uses the MarxMenu language, or translates MarxMenu source code,
  4193.    without purchasing a license to do so.
  4194.  
  4195.    The combinations of definitions of commands in this manual constitute a
  4196.    copyrighted work. Any publication which describes a computer language
  4197.    for which the MarxMenu command set is a subset is a violation of the
  4198.    copyright of this software and this written manual.
  4199.  
  4200.    In other words, don't try to clone MarxMenu.
  4201.  
  4202.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  4203.  
  4204.    You are licensed to use this program on a single CPU or workstation. If
  4205.    you are running on a network, you are required to license a separate
  4206.    copy for each workstation or a file server license for each file server.
  4207.    If you are running on a multiuser operating system such as Concurrent
  4208.    DOS, you are required to license a copy for each workstation. Everyone
  4209.    who uses this menu, must license a copy unless several people share the
  4210.    same workstation.
  4211.  
  4212.    This software is licensed and not sold. The license begins when Computer
  4213.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4214.    rent this software without the written consent of Computer Tyme. You are
  4215.    not allowed to distribute MarxMenu in runtime form with software you
  4216.    developed unless it is in combination with a paid for copy of MarxMenu,
  4217.    or you have made special arrangements in writing with Computer Tyme to
  4218.    do so.
  4219.  
  4220.    Use of this product constitutes your acceptance of the terms and
  4221.    conditions of this license and of my copyright and your agreement to
  4222.    abide by these terms and conditions.
  4223.  
  4224.    WARRANTY:   WARRANTY:   WARRANTY:
  4225.  
  4226.    The warranty is limited to the diskettes to be machine readable for a
  4227.    period of 30 days after purchase. Although we try hard to write perfect
  4228.    software that has no bugs, we do not guarantee that. We also do not
  4229.    guarantee that this product is fit for every purpose and we are not
  4230.    liable for any damages that might occur from use of this product. This
  4231.    agreement is governed by the laws of the State of Missouri.
  4232.  
  4233.  
  4234.  
  4235.    Computer Tyme MarxMenu Users Manual                     Page 2
  4236.    _______________________________________________________________
  4237.  
  4238.  
  4239.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  4240.  
  4241.    I would like to thank the following people for making this product
  4242.    possible:
  4243.  
  4244.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4245.    for being good to me and helping with revisions and editing.
  4246.  
  4247.    The Computer Tyme staff for being the best employees in the world.
  4248.  
  4249.    Borland International for writing Turbo Pascal and keeping it bug free
  4250.    and well supported.
  4251.  
  4252.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4253.    and their well written, well supported product.
  4254.  
  4255.    Semware for TEdit and QEdit, their full screen editors.
  4256.  
  4257.    All users who actually paid for this product so that we may continue to
  4258.    eat.
  4259.  
  4260.    Those of you who have pointed out bugs and made suggestions to improve
  4261.    our product.
  4262.  
  4263.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  4264.  
  4265.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4266.    are trademarks of Computer Tyme.
  4267.  
  4268.     QEdit and TEdit are trademarks of SemWare.
  4269.     Lotus is a registered trademark of Lotus Development.
  4270.     Wordstar is a registered trademark of MicroPro International.
  4271.     Smart Software is a trademark of Informix.
  4272.     MS-DOS is a trademark of Microsoft.
  4273.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4274.     Turbo Pascal is a trademark of Borland International.
  4275.     OPRO and TPRO are trademarks of TurboPower Software.
  4276.     Netware and Novell are trademarks of Novell.
  4277.     DesqView and QEMM are trademarks of Quarterdeck.
  4278.     IBM and OS/2 are trademarks of International Business Machines.
  4279.  
  4280.     Created using Turbo Pascal
  4281.     Copyright 1983-90 by Borland International
  4282.  
  4283.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  4284.  
  4285.    When I first wrote this program my friends referred to it as Marc's
  4286.    Menu. The Names .................................  166
  4287.        -- Window .........................................  166
  4288.        -- WindowHeight ...................................  166
  4289.        -- WindowWidth ....................................  166
  4290.        -- WinX ...........................................  167
  4291.        -- WinY ...........................................  167
  4292.        -- Write ..........................................  167
  4293.        -- WriteCenter ....................................  167
  4294.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  4295.        -- WriteTextFile ..................................  167
  4296.  
  4297.  
  4298.  
  4299.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4300.    _______________________________________________________________
  4301.  
  4302.  
  4303.        -- WriteVertical ..................................  168
  4304.        -- Xor ............................................  168
  4305.        -- Year ...........................................  168
  4306.        -- YearOf .........................................  168
  4307.        String Constants ..................................  169
  4308.        Time and Date Constants ...........................  169
  4309.        Video Constants ...................................  170
  4310.        Color Constants ...................................  170
  4311.        Boolean Constants .................................  170
  4312.        Conditional Statements ............................  170
  4313.        Environment Variables used by MarxMenu ............  171
  4314.        Command Categories ................................  172
  4315.        -- Misc Commands ..................................  173
  4316.        -- Math Commands ..................................  173
  4317.        -- Float Commands .................................  174
  4318.        -- String Commands ................................  175
  4319.        -- Variable Commands ..............................  176
  4320.        -- Boolean Commands ...............................  176
  4321.        -- Array Commands .................................  177
  4322.        -- Memory Commands ................................  178
  4323.        -- Novell Commands ................................  178
  4324.        -- MSNet Commands .................................  180
  4325.        -- Vines Commands .................................  180
  4326.        -- Time Commands ..................................  181
  4327.        -- Execution Commands .............................  182
  4328.        -- Display Commands ...............................  182
  4329.        -- Color Commands .................................  184
  4330.        -- Environment Commands ...........................  184
  4331.        -- System Commands ................................  185
  4332.        -- File Commands ..................................  185
  4333.        -- Ansi Commands ..................................  186
  4334.        -- Printer Commands ...............................  186
  4335.        -- International Commands .........................  186
  4336.        -- DesqView Commands ..............................  187
  4337.        -- Conditional Commands ...........................  187
  4338.        -- Keyboard Commands ..............................  188
  4339.        -- MouseControl Commands ..........................  188
  4340.        -- Music Commands .................................  188
  4341.  
  4342.  
  4343.  
  4344.    Computer Tyme MarxMenu Users Manual                     Page 1
  4345.    _______________________________________________________________
  4346.  
  4347.  
  4348.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  4349.  
  4350.    This manual is copyrighted material and all rights are reserved.
  4351.    MarxMenu is a programming language which describes to the computer what
  4352.    it is supposed to do. Even though some of the individual words in
  4353.    MarxMenu are used in other programming languages, I claim a copyright on
  4354.    the collection of words which make up the MarxMenu language. I therefore
  4355.    consider it an infringement of my CopyRight to create a software product
  4356.    which uses the MarxMenu language, or translates MarxMenu source code,
  4357.    without purchasing a license to do so.
  4358.  
  4359.    The combinations of definitions of commands in this manual constitute a
  4360.    copyrighted work. Any publication which describes a computer language
  4361.    for which the MarxMenu command set is a subset is a violation of the
  4362.    copyright of this software and this written manual.
  4363.  
  4364.    In other words, don't try to clone MarxMenu.
  4365.  
  4366.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  4367.  
  4368.    You are licensed to use this program on a single CPU or workstation. If
  4369.    you are running on a network, you are required to license a separate
  4370.    copy for each workstation or a file server license for each file server.
  4371.    If you are running on a multiuser operating system such as Concurrent
  4372.    DOS, you are required to license a copy for each workstation. Everyone
  4373.    who uses this menu, must license a copy unless several people share the
  4374.    same workstation.
  4375.  
  4376.    This software is licensed and not sold. The license begins when Computer
  4377.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4378.    rent this software without the written consent of Computer Tyme. You are
  4379.    not allowed to distribute MarxMenu in runtime form with software you
  4380.    developed unless it is in combination with a paid for copy of MarxMenu,
  4381.    or you have made special arrangements in writing with Computer Tyme to
  4382.    do so.
  4383.  
  4384.    Use of this product constitutes your acceptance of the terms and
  4385.    conditions of this license and of my copyright and your agreement to
  4386.    abide by these terms and conditions.
  4387.  
  4388.    WARRANTY:   WARRANTY:   WARRANTY:
  4389.  
  4390.    The warranty is limited to the diskettes to be machine readable for a
  4391.    period of 30 days after purchase. Although we try hard to write perfect
  4392.    software that has no bugs, we do not guarantee that. We also do not
  4393.    guarantee that this product is fit for every purpose and we are not
  4394.    liable for any damages that might occur from use of this product. This
  4395.    agreement is governed by the laws of the State of Missouri.
  4396.  
  4397.  
  4398.  
  4399.    Computer Tyme MarxMenu Users Manual                     Page 2
  4400.    _______________________________________________________________
  4401.  
  4402.  
  4403.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  4404.  
  4405.    I would like to thank the following people for making this product
  4406.    possible:
  4407.  
  4408.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4409.    for being good to me and helping with revisions and editing.
  4410.  
  4411.    The Computer Tyme staff for being the best employees in the world.
  4412.  
  4413.    Borland International for writing Turbo Pascal and keeping it bug free
  4414.    and well supported.
  4415.  
  4416.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4417.    and their well written, well supported product.
  4418.  
  4419.    Semware for TEdit and QEdit, their full screen editors.
  4420.  
  4421.    All users who actually paid for this product so that we may continue to
  4422.    eat.
  4423.  
  4424.    Those of you who have pointed out bugs and made suggestions to improve
  4425.    our product.
  4426.  
  4427.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  4428.  
  4429.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4430.    are trademarks of Computer Tyme.
  4431.  
  4432.     QEdit and TEdit are trademarks of SemWare.
  4433.     Lotus is a registered trademark of Lotus Development.
  4434.     Wordstar is a registered trademark of MicroPro International.
  4435.     Smart Software is a trademark of Informix.
  4436.     MS-DOS is a trademark of Microsoft.
  4437.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4438.     Turbo Pascal is a trademark of Borland International.
  4439.     OPRO and TPRO are trademarks of TurboPower Software.
  4440.     Netware and Novell are trademarks of Novell.
  4441.     DesqView and QEMM are trademarks of Quarterdeck.
  4442.     IBM and OS/2 are trademarks of International Business Machines.
  4443.  
  4444.     Created using Turbo Pascal
  4445.     Copyright 1983-90 by Borland International
  4446.  
  4447.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  4448.  
  4449.    When I first wrote this program my friends referred to it as Marc's
  4450.    Menu. The Names .................................  166
  4451.        -- Window .........................................  166
  4452.        -- WindowHeight ...................................  166
  4453.        -- WindowWidth ....................................  166
  4454.        -- WinX ...........................................  167
  4455.        -- WinY ...........................................  167
  4456.        -- Write ..........................................  167
  4457.        -- WriteCenter ....................................  167
  4458.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  4459.        -- WriteTextFile ..................................  167
  4460.  
  4461.  
  4462.  
  4463.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4464.    _______________________________________________________________
  4465.  
  4466.  
  4467.        -- WriteVertical ..................................  168
  4468.        -- Xor ............................................  168
  4469.        -- Year ...........................................  168
  4470.        -- YearOf .........................................  168
  4471.        String Constants ..................................  169
  4472.        Time and Date Constants ...........................  169
  4473.        Video Constants ...................................  170
  4474.        Color Constants ...................................  170
  4475.        Boolean Constants .................................  170
  4476.        Conditional Statements ............................  170
  4477.        Environment Variables used by MarxMenu ............  171
  4478.        Command Categories ................................  172
  4479.        -- Misc Commands ..................................  173
  4480.        -- Math Commands ..................................  173
  4481.        -- Float Commands .................................  174
  4482.        -- String Commands ................................  175
  4483.        -- Variable Commands ..............................  176
  4484.        -- Boolean Commands ...............................  176
  4485.        -- Array Commands .................................  177
  4486.        -- Memory Commands ................................  178
  4487.        -- Novell Commands ................................  178
  4488.        -- MSNet Commands .................................  180
  4489.        -- Vines Commands .................................  180
  4490.        -- Time Commands ..................................  181
  4491.        -- Execution Commands .............................  182
  4492.        -- Display Commands ...............................  182
  4493.        -- Color Commands .................................  184
  4494.        -- Environment Commands ...........................  184
  4495.        -- System Commands ................................  185
  4496.        -- File Commands ..................................  185
  4497.        -- Ansi Commands ..................................  186
  4498.        -- Printer Commands ...............................  186
  4499.        -- International Commands .........................  186
  4500.        -- DesqView Commands ..............................  187
  4501.        -- Conditional Commands ...........................  187
  4502.        -- Keyboard Commands ..............................  188
  4503.        -- MouseControl Commands ..........................  188
  4504.        -- Music Commands .................................  188
  4505.  
  4506.  
  4507.  
  4508.    Computer Tyme MarxMenu Users Manual                     Page 1
  4509.    _______________________________________________________________
  4510.  
  4511.  
  4512.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  4513.  
  4514.    This manual is copyrighted material and all rights are reserved.
  4515.    MarxMenu is a programming language which describes to the computer what
  4516.    it is supposed to do. Even though some of the individual words in
  4517.    MarxMenu are used in other programming languages, I claim a copyright on
  4518.    the collection of words which make up the MarxMenu language. I therefore
  4519.    consider it an infringement of my CopyRight to create a software product
  4520.    which uses the MarxMenu language, or translates MarxMenu source code,
  4521.    without purchasing a license to do so.
  4522.  
  4523.    The combinations of definitions of commands in this manual constitute a
  4524.    copyrighted work. Any publication which describes a computer language
  4525.    for which the MarxMenu command set is a subset is a violation of the
  4526.    copyright of this software and this written manual.
  4527.  
  4528.    In other words, don't try to clone MarxMenu.
  4529.  
  4530.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  4531.  
  4532.    You are licensed to use this program on a single CPU or workstation. If
  4533.    you are running on a network, you are required to license a separate
  4534.    copy for each workstation or a file server license for each file server.
  4535.    If you are running on a multiuser operating system such as Concurrent
  4536.    DOS, you are required to license a copy for each workstation. Everyone
  4537.    who uses this menu, must license a copy unless several people share the
  4538.    same workstation.
  4539.  
  4540.    This software is licensed and not sold. The license begins when Computer
  4541.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4542.    rent this software without the written consent of Computer Tyme. You are
  4543.    not allowed to distribute MarxMenu in runtime form with software you
  4544.    developed unless it is in combination with a paid for copy of MarxMenu,
  4545.    or you have made special arrangements in writing with Computer Tyme to
  4546.    do so.
  4547.  
  4548.    Use of this product constitutes your acceptance of the terms and
  4549.    conditions of this license and of my copyright and your agreement to
  4550.    abide by these terms and conditions.
  4551.  
  4552.    WARRANTY:   WARRANTY:   WARRANTY:
  4553.  
  4554.    The warranty is limited to the diskettes to be machine readable for a
  4555.    period of 30 days after purchase. Although we try hard to write perfect
  4556.    software that has no bugs, we do not guarantee that. We also do not
  4557.    guarantee that this product is fit for every purpose and we are not
  4558.    liable for any damages that might occur from use of this product. This
  4559.    agreement is governed by the laws of the State of Missouri.
  4560.  
  4561.  
  4562.  
  4563.    Computer Tyme MarxMenu Users Manual                     Page 2
  4564.    _______________________________________________________________
  4565.  
  4566.  
  4567.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  4568.  
  4569.    I would like to thank the following people for making this product
  4570.    possible:
  4571.  
  4572.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4573.    for being good to me and helping with revisions and editing.
  4574.  
  4575.    The Computer Tyme staff for being the best employees in the world.
  4576.  
  4577.    Borland International for writing Turbo Pascal and keeping it bug free
  4578.    and well supported.
  4579.  
  4580.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4581.    and their well written, well supported product.
  4582.  
  4583.    Semware for TEdit and QEdit, their full screen editors.
  4584.  
  4585.    All users who actually paid for this product so that we may continue to
  4586.    eat.
  4587.  
  4588.    Those of you who have pointed out bugs and made suggestions to improve
  4589.    our product.
  4590.  
  4591.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  4592.  
  4593.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4594.    are trademarks of Computer Tyme.
  4595.  
  4596.     QEdit and TEdit are trademarks of SemWare.
  4597.     Lotus is a registered trademark of Lotus Development.
  4598.     Wordstar is a registered trademark of MicroPro International.
  4599.     Smart Software is a trademark of Informix.
  4600.     MS-DOS is a trademark of Microsoft.
  4601.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4602.     Turbo Pascal is a trademark of Borland International.
  4603.     OPRO and TPRO are trademarks of TurboPower Software.
  4604.     Netware and Novell are trademarks of Novell.
  4605.     DesqView and QEMM are trademarks of Quarterdeck.
  4606.     IBM and OS/2 are trademarks of International Business Machines.
  4607.  
  4608.     Created using Turbo Pascal
  4609.     Copyright 1983-90 by Borland International
  4610.  
  4611.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  4612.  
  4613.    When I first wrote this program my friends referred to it as Marc's
  4614.    Menu. The Names .................................  166
  4615.        -- Window .........................................  166
  4616.        -- WindowHeight ...................................  166
  4617.        -- WindowWidth ....................................  166
  4618.        -- WinX ...........................................  167
  4619.        -- WinY ...........................................  167
  4620.        -- Write ..........................................  167
  4621.        -- WriteCenter ....................................  167
  4622.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  4623.        -- WriteTextFile ..................................  167
  4624.  
  4625.  
  4626.  
  4627.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4628.    _______________________________________________________________
  4629.  
  4630.  
  4631.        -- WriteVertical ..................................  168
  4632.        -- Xor ............................................  168
  4633.        -- Year ...........................................  168
  4634.        -- YearOf .........................................  168
  4635.        String Constants ..................................  169
  4636.        Time and Date Constants ...........................  169
  4637.        Video Constants ...................................  170
  4638.        Color Constants ...................................  170
  4639.        Boolean Constants .................................  170
  4640.        Conditional Statements ............................  170
  4641.        Environment Variables used by MarxMenu ............  171
  4642.        Command Categories ................................  172
  4643.        -- Misc Commands ..................................  173
  4644.        -- Math Commands ..................................  173
  4645.        -- Float Commands .................................  174
  4646.        -- String Commands ................................  175
  4647.        -- Variable Commands ..............................  176
  4648.        -- Boolean Commands ...............................  176
  4649.        -- Array Commands .................................  177
  4650.        -- Memory Commands ................................  178
  4651.        -- Novell Commands ................................  178
  4652.        -- MSNet Commands .................................  180
  4653.        -- Vines Commands .................................  180
  4654.        -- Time Commands ..................................  181
  4655.        -- Execution Commands .............................  182
  4656.        -- Display Commands ...............................  182
  4657.        -- Color Commands .................................  184
  4658.        -- Environment Commands ...........................  184
  4659.        -- System Commands ................................  185
  4660.        -- File Commands ..................................  185
  4661.        -- Ansi Commands ..................................  186
  4662.        -- Printer Commands ...............................  186
  4663.        -- International Commands .........................  186
  4664.        -- DesqView Commands ..............................  187
  4665.        -- Conditional Commands ...........................  187
  4666.        -- Keyboard Commands ..............................  188
  4667.        -- MouseControl Commands ..........................  188
  4668.        -- Music Commands .................................  188
  4669.  
  4670.  
  4671.  
  4672.    Computer Tyme MarxMenu Users Manual                     Page 1
  4673.    _______________________________________________________________
  4674.  
  4675.  
  4676.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  4677.  
  4678.    This manual is copyrighted material and all rights are reserved.
  4679.    MarxMenu is a programming language which describes to the computer what
  4680.    it is supposed to do. Even though some of the individual words in
  4681.    MarxMenu are used in other programming languages, I claim a copyright on
  4682.    the collection of words which make up the MarxMenu language. I therefore
  4683.    consider it an infringement of my CopyRight to create a software product
  4684.    which uses the MarxMenu language, or translates MarxMenu source code,
  4685.    without purchasing a license to do so.
  4686.  
  4687.    The combinations of definitions of commands in this manual constitute a
  4688.    copyrighted work. Any publication which describes a computer language
  4689.    for which the MarxMenu command set is a subset is a violation of the
  4690.    copyright of this software and this written manual.
  4691.  
  4692.    In other words, don't try to clone MarxMenu.
  4693.  
  4694.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  4695.  
  4696.    You are licensed to use this program on a single CPU or workstation. If
  4697.    you are running on a network, you are required to license a separate
  4698.    copy for each workstation or a file server license for each file server.
  4699.    If you are running on a multiuser operating system such as Concurrent
  4700.    DOS, you are required to license a copy for each workstation. Everyone
  4701.    who uses this menu, must license a copy unless several people share the
  4702.    same workstation.
  4703.  
  4704.    This software is licensed and not sold. The license begins when Computer
  4705.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4706.    rent this software without the written consent of Computer Tyme. You are
  4707.    not allowed to distribute MarxMenu in runtime form with software you
  4708.    developed unless it is in combination with a paid for copy of MarxMenu,
  4709.    or you have made special arrangements in writing with Computer Tyme to
  4710.    do so.
  4711.  
  4712.    Use of this product constitutes your acceptance of the terms and
  4713.    conditions of this license and of my copyright and your agreement to
  4714.    abide by these terms and conditions.
  4715.  
  4716.    WARRANTY:   WARRANTY:   WARRANTY:
  4717.  
  4718.    The warranty is limited to the diskettes to be machine readable for a
  4719.    period of 30 days after purchase. Although we try hard to write perfect
  4720.    software that has no bugs, we do not guarantee that. We also do not
  4721.    guarantee that this product is fit for every purpose and we are not
  4722.    liable for any damages that might occur from use of this product. This
  4723.    agreement is governed by the laws of the State of Missouri.
  4724.  
  4725.  
  4726.  
  4727.    Computer Tyme MarxMenu Users Manual                     Page 2
  4728.    _______________________________________________________________
  4729.  
  4730.  
  4731.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  4732.  
  4733.    I would like to thank the following people for making this product
  4734.    possible:
  4735.  
  4736.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4737.    for being good to me and helping with revisions and editing.
  4738.  
  4739.    The Computer Tyme staff for being the best employees in the world.
  4740.  
  4741.    Borland International for writing Turbo Pascal and keeping it bug free
  4742.    and well supported.
  4743.  
  4744.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4745.    and their well written, well supported product.
  4746.  
  4747.    Semware for TEdit and QEdit, their full screen editors.
  4748.  
  4749.    All users who actually paid for this product so that we may continue to
  4750.    eat.
  4751.  
  4752.    Those of you who have pointed out bugs and made suggestions to improve
  4753.    our product.
  4754.  
  4755.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  4756.  
  4757.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4758.    are trademarks of Computer Tyme.
  4759.  
  4760.     QEdit and TEdit are trademarks of SemWare.
  4761.     Lotus is a registered trademark of Lotus Development.
  4762.     Wordstar is a registered trademark of MicroPro International.
  4763.     Smart Software is a trademark of Informix.
  4764.     MS-DOS is a trademark of Microsoft.
  4765.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4766.     Turbo Pascal is a trademark of Borland International.
  4767.     OPRO and TPRO are trademarks of TurboPower Software.
  4768.     Netware and Novell are trademarks of Novell.
  4769.     DesqView and QEMM are trademarks of Quarterdeck.
  4770.     IBM and OS/2 are trademarks of International Business Machines.
  4771.  
  4772.     Created using Turbo Pascal
  4773.     Copyright 1983-90 by Borland International
  4774.  
  4775.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  4776.  
  4777.    When I first wrote this program my friends referred to it as Marc's
  4778.    Menu. The Names .................................  166
  4779.        -- Window .........................................  166
  4780.        -- WindowHeight ...................................  166
  4781.        -- WindowWidth ....................................  166
  4782.        -- WinX ...........................................  167
  4783.        -- WinY ...........................................  167
  4784.        -- Write ..........................................  167
  4785.        -- WriteCenter ....................................  167
  4786.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  4787.        -- WriteTextFile ..................................  167
  4788.  
  4789.  
  4790.  
  4791.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4792.    _______________________________________________________________
  4793.  
  4794.  
  4795.        -- WriteVertical ..................................  168
  4796.        -- Xor ............................................  168
  4797.        -- Year ...........................................  168
  4798.        -- YearOf .........................................  168
  4799.        String Constants ..................................  169
  4800.        Time and Date Constants ...........................  169
  4801.        Video Constants ...................................  170
  4802.        Color Constants ...................................  170
  4803.        Boolean Constants .................................  170
  4804.        Conditional Statements ............................  170
  4805.        Environment Variables used by MarxMenu ............  171
  4806.        Command Categories ................................  172
  4807.        -- Misc Commands ..................................  173
  4808.        -- Math Commands ..................................  173
  4809.        -- Float Commands .................................  174
  4810.        -- String Commands ................................  175
  4811.        -- Variable Commands ..............................  176
  4812.        -- Boolean Commands ...............................  176
  4813.        -- Array Commands .................................  177
  4814.        -- Memory Commands ................................  178
  4815.        -- Novell Commands ................................  178
  4816.        -- MSNet Commands .................................  180
  4817.        -- Vines Commands .................................  180
  4818.        -- Time Commands ..................................  181
  4819.        -- Execution Commands .............................  182
  4820.        -- Display Commands ...............................  182
  4821.        -- Color Commands .................................  184
  4822.        -- Environment Commands ...........................  184
  4823.        -- System Commands ................................  185
  4824.        -- File Commands ..................................  185
  4825.        -- Ansi Commands ..................................  186
  4826.        -- Printer Commands ...............................  186
  4827.        -- International Commands .........................  186
  4828.        -- DesqView Commands ..............................  187
  4829.        -- Conditional Commands ...........................  187
  4830.        -- Keyboard Commands ..............................  188
  4831.        -- MouseControl Commands ..........................  188
  4832.        -- Music Commands .................................  188
  4833.  
  4834.  
  4835.  
  4836.    Computer Tyme MarxMenu Users Manual                     Page 1
  4837.    _______________________________________________________________
  4838.  
  4839.  
  4840.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  4841.  
  4842.    This manual is copyrighted material and all rights are reserved.
  4843.    MarxMenu is a programming language which describes to the computer what
  4844.    it is supposed to do. Even though some of the individual words in
  4845.    MarxMenu are used in other programming languages, I claim a copyright on
  4846.    the collection of words which make up the MarxMenu language. I therefore
  4847.    consider it an infringement of my CopyRight to create a software product
  4848.    which uses the MarxMenu language, or translates MarxMenu source code,
  4849.    without purchasing a license to do so.
  4850.  
  4851.    The combinations of definitions of commands in this manual constitute a
  4852.    copyrighted work. Any publication which describes a computer language
  4853.    for which the MarxMenu command set is a subset is a violation of the
  4854.    copyright of this software and this written manual.
  4855.  
  4856.    In other words, don't try to clone MarxMenu.
  4857.  
  4858.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  4859.  
  4860.    You are licensed to use this program on a single CPU or workstation. If
  4861.    you are running on a network, you are required to license a separate
  4862.    copy for each workstation or a file server license for each file server.
  4863.    If you are running on a multiuser operating system such as Concurrent
  4864.    DOS, you are required to license a copy for each workstation. Everyone
  4865.    who uses this menu, must license a copy unless several people share the
  4866.    same workstation.
  4867.  
  4868.    This software is licensed and not sold. The license begins when Computer
  4869.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4870.    rent this software without the written consent of Computer Tyme. You are
  4871.    not allowed to distribute MarxMenu in runtime form with software you
  4872.    developed unless it is in combination with a paid for copy of MarxMenu,
  4873.    or you have made special arrangements in writing with Computer Tyme to
  4874.    do so.
  4875.  
  4876.    Use of this product constitutes your acceptance of the terms and
  4877.    conditions of this license and of my copyright and your agreement to
  4878.    abide by these terms and conditions.
  4879.  
  4880.    WARRANTY:   WARRANTY:   WARRANTY:
  4881.  
  4882.    The warranty is limited to the diskettes to be machine readable for a
  4883.    period of 30 days after purchase. Although we try hard to write perfect
  4884.    software that has no bugs, we do not guarantee that. We also do not
  4885.    guarantee that this product is fit for every purpose and we are not
  4886.    liable for any damages that might occur from use of this product. This
  4887.    agreement is governed by the laws of the State of Missouri.
  4888.  
  4889.  
  4890.  
  4891.    Computer Tyme MarxMenu Users Manual                     Page 2
  4892.    _______________________________________________________________
  4893.  
  4894.  
  4895.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  4896.  
  4897.    I would like to thank the following people for making this product
  4898.    possible:
  4899.  
  4900.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4901.    for being good to me and helping with revisions and editing.
  4902.  
  4903.    The Computer Tyme staff for being the best employees in the world.
  4904.  
  4905.    Borland International for writing Turbo Pascal and keeping it bug free
  4906.    and well supported.
  4907.  
  4908.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4909.    and their well written, well supported product.
  4910.  
  4911.    Semware for TEdit and QEdit, their full screen editors.
  4912.  
  4913.    All users who actually paid for this product so that we may continue to
  4914.    eat.
  4915.  
  4916.    Those of you who have pointed out bugs and made suggestions to improve
  4917.    our product.
  4918.  
  4919.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  4920.  
  4921.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4922.    are trademarks of Computer Tyme.
  4923.  
  4924.     QEdit and TEdit are trademarks of SemWare.
  4925.     Lotus is a registered trademark of Lotus Development.
  4926.     Wordstar is a registered trademark of MicroPro International.
  4927.     Smart Software is a trademark of Informix.
  4928.     MS-DOS is a trademark of Microsoft.
  4929.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4930.     Turbo Pascal is a trademark of Borland International.
  4931.     OPRO and TPRO are trademarks of TurboPower Software.
  4932.     Netware and Novell are trademarks of Novell.
  4933.     DesqView and QEMM are trademarks of Quarterdeck.
  4934.     IBM and OS/2 are trademarks of International Business Machines.
  4935.  
  4936.     Created using Turbo Pascal
  4937.     Copyright 1983-90 by Borland International
  4938.  
  4939.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  4940.  
  4941.    When I first wrote this program my friends referred to it as Marc's
  4942.    Menu. The Names .................................  166
  4943.        -- Window .........................................  166
  4944.        -- WindowHeight ...................................  166
  4945.        -- WindowWidth ....................................  166
  4946.        -- WinX ...........................................  167
  4947.        -- WinY ...........................................  167
  4948.        -- Write ..........................................  167
  4949.        -- WriteCenter ....................................  167
  4950.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  4951.        -- WriteTextFile ..................................  167
  4952.  
  4953.  
  4954.  
  4955.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4956.    _______________________________________________________________
  4957.  
  4958.  
  4959.        -- WriteVertical ..................................  168
  4960.        -- Xor ............................................  168
  4961.        -- Year ...........................................  168
  4962.        -- YearOf .........................................  168
  4963.        String Constants ..................................  169
  4964.        Time and Date Constants ...........................  169
  4965.        Video Constants ...................................  170
  4966.        Color Constants ...................................  170
  4967.        Boolean Constants .................................  170
  4968.        Conditional Statements ............................  170
  4969.        Environment Variables used by MarxMenu ............  171
  4970.        Command Categories ................................  172
  4971.        -- Misc Commands ..................................  173
  4972.        -- Math Commands ..................................  173
  4973.        -- Float Commands .................................  174
  4974.        -- String Commands ................................  175
  4975.        -- Variable Commands ..............................  176
  4976.        -- Boolean Commands ...............................  176
  4977.        -- Array Commands .................................  177
  4978.        -- Memory Commands ................................  178
  4979.        -- Novell Commands ................................  178
  4980.        -- MSNet Commands .................................  180
  4981.        -- Vines Commands .................................  180
  4982.        -- Time Commands ..................................  181
  4983.        -- Execution Commands .............................  182
  4984.        -- Display Commands ...............................  182
  4985.        -- Color Commands .................................  184
  4986.        -- Environment Commands ...........................  184
  4987.        -- System Commands ................................  185
  4988.        -- File Commands ..................................  185
  4989.        -- Ansi Commands ..................................  186
  4990.        -- Printer Commands ...............................  186
  4991.        -- International Commands .........................  186
  4992.        -- DesqView Commands ..............................  187
  4993.        -- Conditional Commands ...........................  187
  4994.        -- Keyboard Commands ..............................  188
  4995.        -- MouseControl Commands ..........................  188
  4996.        -- Music Commands .................................  188
  4997.  
  4998.  
  4999.  
  5000.    Computer Tyme MarxMenu Users Manual                     Page 1
  5001.    _______________________________________________________________
  5002.  
  5003.  
  5004.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  5005.  
  5006.    This manual is copyrighted material and all rights are reserved.
  5007.    MarxMenu is a programming language which describes to the computer what
  5008.    it is supposed to do. Even though some of the individual words in
  5009.    MarxMenu are used in other programming languages, I claim a copyright on
  5010.    the collection of words which make up the MarxMenu language. I therefore
  5011.    consider it an infringement of my CopyRight to create a software product
  5012.    which uses the MarxMenu language, or translates MarxMenu source code,
  5013.    without purchasing a license to do so.
  5014.  
  5015.    The combinations of definitions of commands in this manual constitute a
  5016.    copyrighted work. Any publication which describes a computer language
  5017.    for which the MarxMenu command set is a subset is a violation of the
  5018.    copyright of this software and this written manual.
  5019.  
  5020.    In other words, don't try to clone MarxMenu.
  5021.  
  5022.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  5023.  
  5024.    You are licensed to use this program on a single CPU or workstation. If
  5025.    you are running on a network, you are required to license a separate
  5026.    copy for each workstation or a file server license for each file server.
  5027.    If you are running on a multiuser operating system such as Concurrent
  5028.    DOS, you are required to license a copy for each workstation. Everyone
  5029.    who uses this menu, must license a copy unless several people share the
  5030.    same workstation.
  5031.  
  5032.    This software is licensed and not sold. The license begins when Computer
  5033.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5034.    rent this software without the written consent of Computer Tyme. You are
  5035.    not allowed to distribute MarxMenu in runtime form with software you
  5036.    developed unless it is in combination with a paid for copy of MarxMenu,
  5037.    or you have made special arrangements in writing with Computer Tyme to
  5038.    do so.
  5039.  
  5040.    Use of this product constitutes your acceptance of the terms and
  5041.    conditions of this license and of my copyright and your agreement to
  5042.    abide by these terms and conditions.
  5043.  
  5044.    WARRANTY:   WARRANTY:   WARRANTY:
  5045.  
  5046.    The warranty is limited to the diskettes to be machine readable for a
  5047.    period of 30 days after purchase. Although we try hard to write perfect
  5048.    software that has no bugs, we do not guarantee that. We also do not
  5049.    guarantee that this product is fit for every purpose and we are not
  5050.    liable for any damages that might occur from use of this product. This
  5051.    agreement is governed by the laws of the State of Missouri.
  5052.  
  5053.  
  5054.  
  5055.    Computer Tyme MarxMenu Users Manual                     Page 2
  5056.    _______________________________________________________________
  5057.  
  5058.  
  5059.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  5060.  
  5061.    I would like to thank the following people for making this product
  5062.    possible:
  5063.  
  5064.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5065.    for being good to me and helping with revisions and editing.
  5066.  
  5067.    The Computer Tyme staff for being the best employees in the world.
  5068.  
  5069.    Borland International for writing Turbo Pascal and keeping it bug free
  5070.    and well supported.
  5071.  
  5072.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5073.    and their well written, well supported product.
  5074.  
  5075.    Semware for TEdit and QEdit, their full screen editors.
  5076.  
  5077.    All users who actually paid for this product so that we may continue to
  5078.    eat.
  5079.  
  5080.    Those of you who have pointed out bugs and made suggestions to improve
  5081.    our product.
  5082.  
  5083.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  5084.  
  5085.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5086.    are trademarks of Computer Tyme.
  5087.  
  5088.     QEdit and TEdit are trademarks of SemWare.
  5089.     Lotus is a registered trademark of Lotus Development.
  5090.     Wordstar is a registered trademark of MicroPro International.
  5091.     Smart Software is a trademark of Informix.
  5092.     MS-DOS is a trademark of Microsoft.
  5093.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5094.     Turbo Pascal is a trademark of Borland International.
  5095.     OPRO and TPRO are trademarks of TurboPower Software.
  5096.     Netware and Novell are trademarks of Novell.
  5097.     DesqView and QEMM are trademarks of Quarterdeck.
  5098.     IBM and OS/2 are trademarks of International Business Machines.
  5099.  
  5100.     Created using Turbo Pascal
  5101.     Copyright 1983-90 by Borland International
  5102.  
  5103.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  5104.  
  5105.    When I first wrote this program my friends referred to it as Marc's
  5106.    Menu. The Names .................................  166
  5107.        -- Window .........................................  166
  5108.        -- WindowHeight ...................................  166
  5109.        -- WindowWidth ....................................  166
  5110.        -- WinX ...........................................  167
  5111.        -- WinY ...........................................  167
  5112.        -- Write ..........................................  167
  5113.        -- WriteCenter ....................................  167
  5114.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  5115.        -- WriteTextFile ..................................  167
  5116.  
  5117.  
  5118.  
  5119.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5120.    _______________________________________________________________
  5121.  
  5122.  
  5123.        -- WriteVertical ..................................  168
  5124.        -- Xor ............................................  168
  5125.        -- Year ...........................................  168
  5126.        -- YearOf .........................................  168
  5127.        String Constants ..................................  169
  5128.        Time and Date Constants ...........................  169
  5129.        Video Constants ...................................  170
  5130.        Color Constants ...................................  170
  5131.        Boolean Constants .................................  170
  5132.        Conditional Statements ............................  170
  5133.        Environment Variables used by MarxMenu ............  171
  5134.        Command Categories ................................  172
  5135.        -- Misc Commands ..................................  173
  5136.        -- Math Commands ..................................  173
  5137.        -- Float Commands .................................  174
  5138.        -- String Commands ................................  175
  5139.        -- Variable Commands ..............................  176
  5140.        -- Boolean Commands ...............................  176
  5141.        -- Array Commands .................................  177
  5142.        -- Memory Commands ................................  178
  5143.        -- Novell Commands ................................  178
  5144.        -- MSNet Commands .................................  180
  5145.        -- Vines Commands .................................  180
  5146.        -- Time Commands ..................................  181
  5147.        -- Execution Commands .............................  182
  5148.        -- Display Commands ...............................  182
  5149.        -- Color Commands .................................  184
  5150.        -- Environment Commands ...........................  184
  5151.        -- System Commands ................................  185
  5152.        -- File Commands ..................................  185
  5153.        -- Ansi Commands ..................................  186
  5154.        -- Printer Commands ...............................  186
  5155.        -- International Commands .........................  186
  5156.        -- DesqView Commands ..............................  187
  5157.        -- Conditional Commands ...........................  187
  5158.        -- Keyboard Commands ..............................  188
  5159.        -- MouseControl Commands ..........................  188
  5160.        -- Music Commands .................................  188
  5161.  
  5162.  
  5163.  
  5164.    Computer Tyme MarxMenu Users Manual                     Page 1
  5165.    _______________________________________________________________
  5166.  
  5167.  
  5168.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  5169.  
  5170.    This manual is copyrighted material and all rights are reserved.
  5171.    MarxMenu is a programming language which describes to the computer what
  5172.    it is supposed to do. Even though some of the individual words in
  5173.    MarxMenu are used in other programming languages, I claim a copyright on
  5174.    the collection of words which make up the MarxMenu language. I therefore
  5175.    consider it an infringement of my CopyRight to create a software product
  5176.    which uses the MarxMenu language, or translates MarxMenu source code,
  5177.    without purchasing a license to do so.
  5178.  
  5179.    The combinations of definitions of commands in this manual constitute a
  5180.    copyrighted work. Any publication which describes a computer language
  5181.    for which the MarxMenu command set is a subset is a violation of the
  5182.    copyright of this software and this written manual.
  5183.  
  5184.    In other words, don't try to clone MarxMenu.
  5185.  
  5186.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  5187.  
  5188.    You are licensed to use this program on a single CPU or workstation. If
  5189.    you are running on a network, you are required to license a separate
  5190.    copy for each workstation or a file server license for each file server.
  5191.    If you are running on a multiuser operating system such as Concurrent
  5192.    DOS, you are required to license a copy for each workstation. Everyone
  5193.    who uses this menu, must license a copy unless several people share the
  5194.    same workstation.
  5195.  
  5196.    This software is licensed and not sold. The license begins when Computer
  5197.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5198.    rent this software without the written consent of Computer Tyme. You are
  5199.    not allowed to distribute MarxMenu in runtime form with software you
  5200.    developed unless it is in combination with a paid for copy of MarxMenu,
  5201.    or you have made special arrangements in writing with Computer Tyme to
  5202.    do so.
  5203.  
  5204.    Use of this product constitutes your acceptance of the terms and
  5205.    conditions of this license and of my copyright and your agreement to
  5206.    abide by these terms and conditions.
  5207.  
  5208.    WARRANTY:   WARRANTY:   WARRANTY:
  5209.  
  5210.    The warranty is limited to the diskettes to be machine readable for a
  5211.    period of 30 days after purchase. Although we try hard to write perfect
  5212.    software that has no bugs, we do not guarantee that. We also do not
  5213.    guarantee that this product is fit for every purpose and we are not
  5214.    liable for any damages that might occur from use of this product. This
  5215.    agreement is governed by the laws of the State of Missouri.
  5216.  
  5217.  
  5218.  
  5219.    Computer Tyme MarxMenu Users Manual                     Page 2
  5220.    _______________________________________________________________
  5221.  
  5222.  
  5223.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  5224.  
  5225.    I would like to thank the following people for making this product
  5226.    possible:
  5227.  
  5228.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5229.    for being good to me and helping with revisions and editing.
  5230.  
  5231.    The Computer Tyme staff for being the best employees in the world.
  5232.  
  5233.    Borland International for writing Turbo Pascal and keeping it bug free
  5234.    and well supported.
  5235.  
  5236.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5237.    and their well written, well supported product.
  5238.  
  5239.    Semware for TEdit and QEdit, their full screen editors.
  5240.  
  5241.    All users who actually paid for this product so that we may continue to
  5242.    eat.
  5243.  
  5244.    Those of you who have pointed out bugs and made suggestions to improve
  5245.    our product.
  5246.  
  5247.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  5248.  
  5249.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5250.    are trademarks of Computer Tyme.
  5251.  
  5252.     QEdit and TEdit are trademarks of SemWare.
  5253.     Lotus is a registered trademark of Lotus Development.
  5254.     Wordstar is a registered trademark of MicroPro International.
  5255.     Smart Software is a trademark of Informix.
  5256.     MS-DOS is a trademark of Microsoft.
  5257.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5258.     Turbo Pascal is a trademark of Borland International.
  5259.     OPRO and TPRO are trademarks of TurboPower Software.
  5260.     Netware and Novell are trademarks of Novell.
  5261.     DesqView and QEMM are trademarks of Quarterdeck.
  5262.     IBM and OS/2 are trademarks of International Business Machines.
  5263.  
  5264.     Created using Turbo Pascal
  5265.     Copyright 1983-90 by Borland International
  5266.  
  5267.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  5268.  
  5269.    When I first wrote this program my friends referred to it as Marc's
  5270.    Menu. The Names .................................  166
  5271.        -- Window .........................................  166
  5272.        -- WindowHeight ...................................  166
  5273.        -- WindowWidth ....................................  166
  5274.        -- WinX ...........................................  167
  5275.        -- WinY ...........................................  167
  5276.        -- Write ..........................................  167
  5277.        -- WriteCenter ....................................  167
  5278.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  5279.        -- WriteTextFile ..................................  167
  5280.  
  5281.  
  5282.  
  5283.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5284.    _______________________________________________________________
  5285.  
  5286.  
  5287.        -- WriteVertical ..................................  168
  5288.        -- Xor ............................................  168
  5289.        -- Year ...........................................  168
  5290.        -- YearOf .........................................  168
  5291.        String Constants ..................................  169
  5292.        Time and Date Constants ...........................  169
  5293.        Video Constants ...................................  170
  5294.        Color Constants ...................................  170
  5295.        Boolean Constants .................................  170
  5296.        Conditional Statements ............................  170
  5297.        Environment Variables used by MarxMenu ............  171
  5298.        Command Categories ................................  172
  5299.        -- Misc Commands ..................................  173
  5300.        -- Math Commands ..................................  173
  5301.        -- Float Commands .................................  174
  5302.        -- String Commands ................................  175
  5303.        -- Variable Commands ..............................  176
  5304.        -- Boolean Commands ...............................  176
  5305.        -- Array Commands .................................  177
  5306.        -- Memory Commands ................................  178
  5307.        -- Novell Commands ................................  178
  5308.        -- MSNet Commands .................................  180
  5309.        -- Vines Commands .................................  180
  5310.        -- Time Commands ..................................  181
  5311.        -- Execution Commands .............................  182
  5312.        -- Display Commands ...............................  182
  5313.        -- Color Commands .................................  184
  5314.        -- Environment Commands ...........................  184
  5315.        -- System Commands ................................  185
  5316.        -- File Commands ..................................  185
  5317.        -- Ansi Commands ..................................  186
  5318.        -- Printer Commands ...............................  186
  5319.        -- International Commands .........................  186
  5320.        -- DesqView Commands ..............................  187
  5321.        -- Conditional Commands ...........................  187
  5322.        -- Keyboard Commands ..............................  188
  5323.        -- MouseControl Commands ..........................  188
  5324.        -- Music Commands .................................  188
  5325.  
  5326.  
  5327.  
  5328.    Computer Tyme MarxMenu Users Manual                     Page 1
  5329.    _______________________________________________________________
  5330.  
  5331.  
  5332.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  5333.  
  5334.    This manual is copyrighted material and all rights are reserved.
  5335.    MarxMenu is a programming language which describes to the computer what
  5336.    it is supposed to do. Even though some of the individual words in
  5337.    MarxMenu are used in other programming languages, I claim a copyright on
  5338.    the collection of words which make up the MarxMenu language. I therefore
  5339.    consider it an infringement of my CopyRight to create a software product
  5340.    which uses the MarxMenu language, or translates MarxMenu source code,
  5341.    without purchasing a license to do so.
  5342.  
  5343.    The combinations of definitions of commands in this manual constitute a
  5344.    copyrighted work. Any publication which describes a computer language
  5345.    for which the MarxMenu command set is a subset is a violation of the
  5346.    copyright of this software and this written manual.
  5347.  
  5348.    In other words, don't try to clone MarxMenu.
  5349.  
  5350.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  5351.  
  5352.    You are licensed to use this program on a single CPU or workstation. If
  5353.    you are running on a network, you are required to license a separate
  5354.    copy for each workstation or a file server license for each file server.
  5355.    If you are running on a multiuser operating system such as Concurrent
  5356.    DOS, you are required to license a copy for each workstation. Everyone
  5357.    who uses this menu, must license a copy unless several people share the
  5358.    same workstation.
  5359.  
  5360.    This software is licensed and not sold. The license begins when Computer
  5361.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5362.    rent this software without the written consent of Computer Tyme. You are
  5363.    not allowed to distribute MarxMenu in runtime form with software you
  5364.    developed unless it is in combination with a paid for copy of MarxMenu,
  5365.    or you have made special arrangements in writing with Computer Tyme to
  5366.    do so.
  5367.  
  5368.    Use of this product constitutes your acceptance of the terms and
  5369.    conditions of this license and of my copyright and your agreement to
  5370.    abide by these terms and conditions.
  5371.  
  5372.    WARRANTY:   WARRANTY:   WARRANTY:
  5373.  
  5374.    The warranty is limited to the diskettes to be machine readable for a
  5375.    period of 30 days after purchase. Although we try hard to write perfect
  5376.    software that has no bugs, we do not guarantee that. We also do not
  5377.    guarantee that this product is fit for every purpose and we are not
  5378.    liable for any damages that might occur from use of this product. This
  5379.    agreement is governed by the laws of the State of Missouri.
  5380.  
  5381.  
  5382.  
  5383.    Computer Tyme MarxMenu Users Manual                     Page 2
  5384.    _______________________________________________________________
  5385.  
  5386.  
  5387.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  5388.  
  5389.    I would like to thank the following people for making this product
  5390.    possible:
  5391.  
  5392.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5393.    for being good to me and helping with revisions and editing.
  5394.  
  5395.    The Computer Tyme staff for being the best employees in the world.
  5396.  
  5397.    Borland International for writing Turbo Pascal and keeping it bug free
  5398.    and well supported.
  5399.  
  5400.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5401.    and their well written, well supported product.
  5402.  
  5403.    Semware for TEdit and QEdit, their full screen editors.
  5404.  
  5405.    All users who actually paid for this product so that we may continue to
  5406.    eat.
  5407.  
  5408.    Those of you who have pointed out bugs and made suggestions to improve
  5409.    our product.
  5410.  
  5411.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  5412.  
  5413.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5414.    are trademarks of Computer Tyme.
  5415.  
  5416.     QEdit and TEdit are trademarks of SemWare.
  5417.     Lotus is a registered trademark of Lotus Development.
  5418.     Wordstar is a registered trademark of MicroPro International.
  5419.     Smart Software is a trademark of Informix.
  5420.     MS-DOS is a trademark of Microsoft.
  5421.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5422.     Turbo Pascal is a trademark of Borland International.
  5423.     OPRO and TPRO are trademarks of TurboPower Software.
  5424.     Netware and Novell are trademarks of Novell.
  5425.     DesqView and QEMM are trademarks of Quarterdeck.
  5426.     IBM and OS/2 are trademarks of International Business Machines.
  5427.  
  5428.     Created using Turbo Pascal
  5429.     Copyright 1983-90 by Borland International
  5430.  
  5431.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  5432.  
  5433.    When I first wrote this program my friends referred to it as Marc's
  5434.    Menu. The Names .................................  166
  5435.        -- Window .........................................  166
  5436.        -- WindowHeight ...................................  166
  5437.        -- WindowWidth ....................................  166
  5438.        -- WinX ...........................................  167
  5439.        -- WinY ...........................................  167
  5440.        -- Write ..........................................  167
  5441.        -- WriteCenter ....................................  167
  5442.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  5443.        -- WriteTextFile ..................................  167
  5444.  
  5445.  
  5446.  
  5447.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5448.    _______________________________________________________________
  5449.  
  5450.  
  5451.        -- WriteVertical ..................................  168
  5452.        -- Xor ............................................  168
  5453.        -- Year ...........................................  168
  5454.        -- YearOf .........................................  168
  5455.        String Constants ..................................  169
  5456.        Time and Date Constants ...........................  169
  5457.        Video Constants ...................................  170
  5458.        Color Constants ...................................  170
  5459.        Boolean Constants .................................  170
  5460.        Conditional Statements ............................  170
  5461.        Environment Variables used by MarxMenu ............  171
  5462.        Command Categories ................................  172
  5463.        -- Misc Commands ..................................  173
  5464.        -- Math Commands ..................................  173
  5465.        -- Float Commands .................................  174
  5466.        -- String Commands ................................  175
  5467.        -- Variable Commands ..............................  176
  5468.        -- Boolean Commands ...............................  176
  5469.        -- Array Commands .................................  177
  5470.        -- Memory Commands ................................  178
  5471.        -- Novell Commands ................................  178
  5472.        -- MSNet Commands .................................  180
  5473.        -- Vines Commands .................................  180
  5474.        -- Time Commands ..................................  181
  5475.        -- Execution Commands .............................  182
  5476.        -- Display Commands ...............................  182
  5477.        -- Color Commands .................................  184
  5478.        -- Environment Commands ...........................  184
  5479.        -- System Commands ................................  185
  5480.        -- File Commands ..................................  185
  5481.        -- Ansi Commands ..................................  186
  5482.        -- Printer Commands ...............................  186
  5483.        -- International Commands .........................  186
  5484.        -- DesqView Commands ..............................  187
  5485.        -- Conditional Commands ...........................  187
  5486.        -- Keyboard Commands ..............................  188
  5487.        -- MouseControl Commands ..........................  188
  5488.        -- Music Commands .................................  188
  5489.  
  5490.  
  5491.  
  5492.    Computer Tyme MarxMenu Users Manual                     Page 1
  5493.    _______________________________________________________________
  5494.  
  5495.  
  5496.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  5497.  
  5498.    This manual is copyrighted material and all rights are reserved.
  5499.    MarxMenu is a programming language which describes to the computer what
  5500.    it is supposed to do. Even though some of the individual words in
  5501.    MarxMenu are used in other programming languages, I claim a copyright on
  5502.    the collection of words which make up the MarxMenu language. I therefore
  5503.    consider it an infringement of my CopyRight to create a software product
  5504.    which uses the MarxMenu language, or translates MarxMenu source code,
  5505.    without purchasing a license to do so.
  5506.  
  5507.    The combinations of definitions of commands in this manual constitute a
  5508.    copyrighted work. Any publication which describes a computer language
  5509.    for which the MarxMenu command set is a subset is a violation of the
  5510.    copyright of this software and this written manual.
  5511.  
  5512.    In other words, don't try to clone MarxMenu.
  5513.  
  5514.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  5515.  
  5516.    You are licensed to use this program on a single CPU or workstation. If
  5517.    you are running on a network, you are required to license a separate
  5518.    copy for each workstation or a file server license for each file server.
  5519.    If you are running on a multiuser operating system such as Concurrent
  5520.    DOS, you are required to license a copy for each workstation. Everyone
  5521.    who uses this menu, must license a copy unless several people share the
  5522.    same workstation.
  5523.  
  5524.    This software is licensed and not sold. The license begins when Computer
  5525.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5526.    rent this software without the written consent of Computer Tyme. You are
  5527.    not allowed to distribute MarxMenu in runtime form with software you
  5528.    developed unless it is in combination with a paid for copy of MarxMenu,
  5529.    or you have made special arrangements in writing with Computer Tyme to
  5530.    do so.
  5531.  
  5532.    Use of this product constitutes your acceptance of the terms and
  5533.    conditions of this license and of my copyright and your agreement to
  5534.    abide by these terms and conditions.
  5535.  
  5536.    WARRANTY:   WARRANTY:   WARRANTY:
  5537.  
  5538.    The warranty is limited to the diskettes to be machine readable for a
  5539.    period of 30 days after purchase. Although we try hard to write perfect
  5540.    software that has no bugs, we do not guarantee that. We also do not
  5541.    guarantee that this product is fit for every purpose and we are not
  5542.    liable for any damages that might occur from use of this product. This
  5543.    agreement is governed by the laws of the State of Missouri.
  5544.  
  5545.  
  5546.  
  5547.    Computer Tyme MarxMenu Users Manual                     Page 2
  5548.    _______________________________________________________________
  5549.  
  5550.  
  5551.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  5552.  
  5553.    I would like to thank the following people for making this product
  5554.    possible:
  5555.  
  5556.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5557.    for being good to me and helping with revisions and editing.
  5558.  
  5559.    The Computer Tyme staff for being the best employees in the world.
  5560.  
  5561.    Borland International for writing Turbo Pascal and keeping it bug free
  5562.    and well supported.
  5563.  
  5564.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5565.    and their well written, well supported product.
  5566.  
  5567.    Semware for TEdit and QEdit, their full screen editors.
  5568.  
  5569.    All users who actually paid for this product so that we may continue to
  5570.    eat.
  5571.  
  5572.    Those of you who have pointed out bugs and made suggestions to improve
  5573.    our product.
  5574.  
  5575.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  5576.  
  5577.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5578.    are trademarks of Computer Tyme.
  5579.  
  5580.     QEdit and TEdit are trademarks of SemWare.
  5581.     Lotus is a registered trademark of Lotus Development.
  5582.     Wordstar is a registered trademark of MicroPro International.
  5583.     Smart Software is a trademark of Informix.
  5584.     MS-DOS is a trademark of Microsoft.
  5585.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5586.     Turbo Pascal is a trademark of Borland International.
  5587.     OPRO and TPRO are trademarks of TurboPower Software.
  5588.     Netware and Novell are trademarks of Novell.
  5589.     DesqView and QEMM are trademarks of Quarterdeck.
  5590.     IBM and OS/2 are trademarks of International Business Machines.
  5591.  
  5592.     Created using Turbo Pascal
  5593.     Copyright 1983-90 by Borland International
  5594.  
  5595.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  5596.  
  5597.    When I first wrote this program my friends referred to it as Marc's
  5598.    Menu. The Names .................................  166
  5599.        -- Window .........................................  166
  5600.        -- WindowHeight ...................................  166
  5601.        -- WindowWidth ....................................  166
  5602.        -- WinX ...........................................  167
  5603.        -- WinY ...........................................  167
  5604.        -- Write ..........................................  167
  5605.        -- WriteCenter ....................................  167
  5606.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  5607.        -- WriteTextFile ..................................  167
  5608.  
  5609.  
  5610.  
  5611.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5612.    _______________________________________________________________
  5613.  
  5614.  
  5615.        -- WriteVertical ..................................  168
  5616.        -- Xor ............................................  168
  5617.        -- Year ...........................................  168
  5618.        -- YearOf .........................................  168
  5619.        String Constants ..................................  169
  5620.        Time and Date Constants ...........................  169
  5621.        Video Constants ...................................  170
  5622.        Color Constants ...................................  170
  5623.        Boolean Constants .................................  170
  5624.        Conditional Statements ............................  170
  5625.        Environment Variables used by MarxMenu ............  171
  5626.        Command Categories ................................  172
  5627.        -- Misc Commands ..................................  173
  5628.        -- Math Commands ..................................  173
  5629.        -- Float Commands .................................  174
  5630.        -- String Commands ................................  175
  5631.        -- Variable Commands ..............................  176
  5632.        -- Boolean Commands ...............................  176
  5633.        -- Array Commands .................................  177
  5634.        -- Memory Commands ................................  178
  5635.        -- Novell Commands ................................  178
  5636.        -- MSNet Commands .................................  180
  5637.        -- Vines Commands .................................  180
  5638.        -- Time Commands ..................................  181
  5639.        -- Execution Commands .............................  182
  5640.        -- Display Commands ...............................  182
  5641.        -- Color Commands .................................  184
  5642.        -- Environment Commands ...........................  184
  5643.        -- System Commands ................................  185
  5644.        -- File Commands ..................................  185
  5645.        -- Ansi Commands ..................................  186
  5646.        -- Printer Commands ...............................  186
  5647.        -- International Commands .........................  186
  5648.        -- DesqView Commands ..............................  187
  5649.        -- Conditional Commands ...........................  187
  5650.        -- Keyboard Commands ..............................  188
  5651.        -- MouseControl Commands ..........................  188
  5652.        -- Music Commands .................................  188
  5653.  
  5654.  
  5655.  
  5656.    Computer Tyme MarxMenu Users Manual                     Page 1
  5657.    _______________________________________________________________
  5658.  
  5659.  
  5660.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  5661.  
  5662.    This manual is copyrighted material and all rights are reserved.
  5663.    MarxMenu is a programming language which describes to the computer what
  5664.    it is supposed to do. Even though some of the individual words in
  5665.    MarxMenu are used in other programming languages, I claim a copyright on
  5666.    the collection of words which make up the MarxMenu language. I therefore
  5667.    consider it an infringement of my CopyRight to create a software product
  5668.    which uses the MarxMenu language, or translates MarxMenu source code,
  5669.    without purchasing a license to do so.
  5670.  
  5671.    The combinations of definitions of commands in this manual constitute a
  5672.    copyrighted work. Any publication which describes a computer language
  5673.    for which the MarxMenu command set is a subset is a violation of the
  5674.    copyright of this software and this written manual.
  5675.  
  5676.    In other words, don't try to clone MarxMenu.
  5677.  
  5678.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  5679.  
  5680.    You are licensed to use this program on a single CPU or workstation. If
  5681.    you are running on a network, you are required to license a separate
  5682.    copy for each workstation or a file server license for each file server.
  5683.    If you are running on a multiuser operating system such as Concurrent
  5684.    DOS, you are required to license a copy for each workstation. Everyone
  5685.    who uses this menu, must license a copy unless several people share the
  5686.    same workstation.
  5687.  
  5688.    This software is licensed and not sold. The license begins when Computer
  5689.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5690.    rent this software without the written consent of Computer Tyme. You are
  5691.    not allowed to distribute MarxMenu in runtime form with software you
  5692.    developed unless it is in combination with a paid for copy of MarxMenu,
  5693.    or you have made special arrangements in writing with Computer Tyme to
  5694.    do so.
  5695.  
  5696.    Use of this product constitutes your acceptance of the terms and
  5697.    conditions of this license and of my copyright and your agreement to
  5698.    abide by these terms and conditions.
  5699.  
  5700.    WARRANTY:   WARRANTY:   WARRANTY:
  5701.  
  5702.    The warranty is limited to the diskettes to be machine readable for a
  5703.    period of 30 days after purchase. Although we try hard to write perfect
  5704.    software that has no bugs, we do not guarantee that. We also do not
  5705.    guarantee that this product is fit for every purpose and we are not
  5706.    liable for any damages that might occur from use of this product. This
  5707.    agreement is governed by the laws of the State of Missouri.
  5708.  
  5709.  
  5710.  
  5711.    Computer Tyme MarxMenu Users Manual                     Page 2
  5712.    _______________________________________________________________
  5713.  
  5714.  
  5715.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  5716.  
  5717.    I would like to thank the following people for making this product
  5718.    possible:
  5719.  
  5720.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5721.    for being good to me and helping with revisions and editing.
  5722.  
  5723.    The Computer Tyme staff for being the best employees in the world.
  5724.  
  5725.    Borland International for writing Turbo Pascal and keeping it bug free
  5726.    and well supported.
  5727.  
  5728.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5729.    and their well written, well supported product.
  5730.  
  5731.    Semware for TEdit and QEdit, their full screen editors.
  5732.  
  5733.    All users who actually paid for this product so that we may continue to
  5734.    eat.
  5735.  
  5736.    Those of you who have pointed out bugs and made suggestions to improve
  5737.    our product.
  5738.  
  5739.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  5740.  
  5741.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5742.    are trademarks of Computer Tyme.
  5743.  
  5744.     QEdit and TEdit are trademarks of SemWare.
  5745.     Lotus is a registered trademark of Lotus Development.
  5746.     Wordstar is a registered trademark of MicroPro International.
  5747.     Smart Software is a trademark of Informix.
  5748.     MS-DOS is a trademark of Microsoft.
  5749.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5750.     Turbo Pascal is a trademark of Borland International.
  5751.     OPRO and TPRO are trademarks of TurboPower Software.
  5752.     Netware and Novell are trademarks of Novell.
  5753.     DesqView and QEMM are trademarks of Quarterdeck.
  5754.     IBM and OS/2 are trademarks of International Business Machines.
  5755.  
  5756.     Created using Turbo Pascal
  5757.     Copyright 1983-90 by Borland International
  5758.  
  5759.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  5760.  
  5761.    When I first wrote this program my friends referred to it as Marc's
  5762.    Menu. The Names .................................  166
  5763.        -- Window .........................................  166
  5764.        -- WindowHeight ...................................  166
  5765.        -- WindowWidth ....................................  166
  5766.        -- WinX ...........................................  167
  5767.        -- WinY ...........................................  167
  5768.        -- Write ..........................................  167
  5769.        -- WriteCenter ....................................  167
  5770.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  5771.        -- WriteTextFile ..................................  167
  5772.  
  5773.  
  5774.  
  5775.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5776.    _______________________________________________________________
  5777.  
  5778.  
  5779.        -- WriteVertical ..................................  168
  5780.        -- Xor ............................................  168
  5781.        -- Year ...........................................  168
  5782.        -- YearOf .........................................  168
  5783.        String Constants ..................................  169
  5784.        Time and Date Constants ...........................  169
  5785.        Video Constants ...................................  170
  5786.        Color Constants ...................................  170
  5787.        Boolean Constants .................................  170
  5788.        Conditional Statements ............................  170
  5789.        Environment Variables used by MarxMenu ............  171
  5790.        Command Categories ................................  172
  5791.        -- Misc Commands ..................................  173
  5792.        -- Math Commands ..................................  173
  5793.        -- Float Commands .................................  174
  5794.        -- String Commands ................................  175
  5795.        -- Variable Commands ..............................  176
  5796.        -- Boolean Commands ...............................  176
  5797.        -- Array Commands .................................  177
  5798.        -- Memory Commands ................................  178
  5799.        -- Novell Commands ................................  178
  5800.        -- MSNet Commands .................................  180
  5801.        -- Vines Commands .................................  180
  5802.        -- Time Commands ..................................  181
  5803.        -- Execution Commands .............................  182
  5804.        -- Display Commands ...............................  182
  5805.        -- Color Commands .................................  184
  5806.        -- Environment Commands ...........................  184
  5807.        -- System Commands ................................  185
  5808.        -- File Commands ..................................  185
  5809.        -- Ansi Commands ..................................  186
  5810.        -- Printer Commands ...............................  186
  5811.        -- International Commands .........................  186
  5812.        -- DesqView Commands ..............................  187
  5813.        -- Conditional Commands ...........................  187
  5814.        -- Keyboard Commands ..............................  188
  5815.        -- MouseControl Commands ..........................  188
  5816.        -- Music Commands .................................  188
  5817.  
  5818.  
  5819.  
  5820.    Computer Tyme MarxMenu Users Manual                     Page 1
  5821.    _______________________________________________________________
  5822.  
  5823.  
  5824.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  5825.  
  5826.    This manual is copyrighted material and all rights are reserved.
  5827.    MarxMenu is a programming language which describes to the computer what
  5828.    it is supposed to do. Even though some of the individual words in
  5829.    MarxMenu are used in other programming languages, I claim a copyright on
  5830.    the collection of words which make up the MarxMenu language. I therefore
  5831.    consider it an infringement of my CopyRight to create a software product
  5832.    which uses the MarxMenu language, or translates MarxMenu source code,
  5833.    without purchasing a license to do so.
  5834.  
  5835.    The combinations of definitions of commands in this manual constitute a
  5836.    copyrighted work. Any publication which describes a computer language
  5837.    for which the MarxMenu command set is a subset is a violation of the
  5838.    copyright of this software and this written manual.
  5839.  
  5840.    In other words, don't try to clone MarxMenu.
  5841.  
  5842.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  5843.  
  5844.    You are licensed to use this program on a single CPU or workstation. If
  5845.    you are running on a network, you are required to license a separate
  5846.    copy for each workstation or a file server license for each file server.
  5847.    If you are running on a multiuser operating system such as Concurrent
  5848.    DOS, you are required to license a copy for each workstation. Everyone
  5849.    who uses this menu, must license a copy unless several people share the
  5850.    same workstation.
  5851.  
  5852.    This software is licensed and not sold. The license begins when Computer
  5853.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5854.    rent this software without the written consent of Computer Tyme. You are
  5855.    not allowed to distribute MarxMenu in runtime form with software you
  5856.    developed unless it is in combination with a paid for copy of MarxMenu,
  5857.    or you have made special arrangements in writing with Computer Tyme to
  5858.    do so.
  5859.  
  5860.    Use of this product constitutes your acceptance of the terms and
  5861.    conditions of this license and of my copyright and your agreement to
  5862.    abide by these terms and conditions.
  5863.  
  5864.    WARRANTY:   WARRANTY:   WARRANTY:
  5865.  
  5866.    The warranty is limited to the diskettes to be machine readable for a
  5867.    period of 30 days after purchase. Although we try hard to write perfect
  5868.    software that has no bugs, we do not guarantee that. We also do not
  5869.    guarantee that this product is fit for every purpose and we are not
  5870.    liable for any damages that might occur from use of this product. This
  5871.    agreement is governed by the laws of the State of Missouri.
  5872.  
  5873.  
  5874.  
  5875.    Computer Tyme MarxMenu Users Manual                     Page 2
  5876.    _______________________________________________________________
  5877.  
  5878.  
  5879.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  5880.  
  5881.    I would like to thank the following people for making this product
  5882.    possible:
  5883.  
  5884.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5885.    for being good to me and helping with revisions and editing.
  5886.  
  5887.    The Computer Tyme staff for being the best employees in the world.
  5888.  
  5889.    Borland International for writing Turbo Pascal and keeping it bug free
  5890.    and well supported.
  5891.  
  5892.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5893.    and their well written, well supported product.
  5894.  
  5895.    Semware for TEdit and QEdit, their full screen editors.
  5896.  
  5897.    All users who actually paid for this product so that we may continue to
  5898.    eat.
  5899.  
  5900.    Those of you who have pointed out bugs and made suggestions to improve
  5901.    our product.
  5902.  
  5903.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  5904.  
  5905.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5906.    are trademarks of Computer Tyme.
  5907.  
  5908.     QEdit and TEdit are trademarks of SemWare.
  5909.     Lotus is a registered trademark of Lotus Development.
  5910.     Wordstar is a registered trademark of MicroPro International.
  5911.     Smart Software is a trademark of Informix.
  5912.     MS-DOS is a trademark of Microsoft.
  5913.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5914.     Turbo Pascal is a trademark of Borland International.
  5915.     OPRO and TPRO are trademarks of TurboPower Software.
  5916.     Netware and Novell are trademarks of Novell.
  5917.     DesqView and QEMM are trademarks of Quarterdeck.
  5918.     IBM and OS/2 are trademarks of International Business Machines.
  5919.  
  5920.     Created using Turbo Pascal
  5921.     Copyright 1983-90 by Borland International
  5922.  
  5923.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  5924.  
  5925.    When I first wrote this program my friends referred to it as Marc's
  5926.    Menu. The Names .................................  166
  5927.        -- Window .........................................  166
  5928.        -- WindowHeight ...................................  166
  5929.        -- WindowWidth ....................................  166
  5930.        -- WinX ...........................................  167
  5931.        -- WinY ...........................................  167
  5932.        -- Write ..........................................  167
  5933.        -- WriteCenter ....................................  167
  5934.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  5935.        -- WriteTextFile ..................................  167
  5936.  
  5937.  
  5938.  
  5939.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5940.    _______________________________________________________________
  5941.  
  5942.  
  5943.        -- WriteVertical ..................................  168
  5944.        -- Xor ............................................  168
  5945.        -- Year ...........................................  168
  5946.        -- YearOf .........................................  168
  5947.        String Constants ..................................  169
  5948.        Time and Date Constants ...........................  169
  5949.        Video Constants ...................................  170
  5950.        Color Constants ...................................  170
  5951.        Boolean Constants .................................  170
  5952.        Conditional Statements ............................  170
  5953.        Environment Variables used by MarxMenu ............  171
  5954.        Command Categories ................................  172
  5955.        -- Misc Commands ..................................  173
  5956.        -- Math Commands ..................................  173
  5957.        -- Float Commands .................................  174
  5958.        -- String Commands ................................  175
  5959.        -- Variable Commands ..............................  176
  5960.        -- Boolean Commands ...............................  176
  5961.        -- Array Commands .................................  177
  5962.        -- Memory Commands ................................  178
  5963.        -- Novell Commands ................................  178
  5964.        -- MSNet Commands .................................  180
  5965.        -- Vines Commands .................................  180
  5966.        -- Time Commands ..................................  181
  5967.        -- Execution Commands .............................  182
  5968.        -- Display Commands ...............................  182
  5969.        -- Color Commands .................................  184
  5970.        -- Environment Commands ...........................  184
  5971.        -- System Commands ................................  185
  5972.        -- File Commands ..................................  185
  5973.        -- Ansi Commands ..................................  186
  5974.        -- Printer Commands ...............................  186
  5975.        -- International Commands .........................  186
  5976.        -- DesqView Commands ..............................  187
  5977.        -- Conditional Commands ...........................  187
  5978.        -- Keyboard Commands ..............................  188
  5979.        -- MouseControl Commands ..........................  188
  5980.        -- Music Commands .................................  188
  5981.  
  5982.  
  5983.  
  5984.    Computer Tyme MarxMenu Users Manual                     Page 1
  5985.    _______________________________________________________________
  5986.  
  5987.  
  5988.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  5989.  
  5990.    This manual is copyrighted material and all rights are reserved.
  5991.    MarxMenu is a programming language which describes to the computer what
  5992.    it is supposed to do. Even though some of the individual words in
  5993.    MarxMenu are used in other programming languages, I claim a copyright on
  5994.    the collection of words which make up the MarxMenu language. I therefore
  5995.    consider it an infringement of my CopyRight to create a software product
  5996.    which uses the MarxMenu language, or translates MarxMenu source code,
  5997.    without purchasing a license to do so.
  5998.  
  5999.    The combinations of definitions of commands in this manual constitute a
  6000.    copyrighted work. Any publication which describes a computer language
  6001.    for which the MarxMenu command set is a subset is a violation of the
  6002.    copyright of this software and this written manual.
  6003.  
  6004.    In other words, don't try to clone MarxMenu.
  6005.  
  6006.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  6007.  
  6008.    You are licensed to use this program on a single CPU or workstation. If
  6009.    you are running on a network, you are required to license a separate
  6010.    copy for each workstation or a file server license for each file server.
  6011.    If you are running on a multiuser operating system such as Concurrent
  6012.    DOS, you are required to license a copy for each workstation. Everyone
  6013.    who uses this menu, must license a copy unless several people share the
  6014.    same workstation.
  6015.  
  6016.    This software is licensed and not sold. The license begins when Computer
  6017.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6018.    rent this software without the written consent of Computer Tyme. You are
  6019.    not allowed to distribute MarxMenu in runtime form with software you
  6020.    developed unless it is in combination with a paid for copy of MarxMenu,
  6021.    or you have made special arrangements in writing with Computer Tyme to
  6022.    do so.
  6023.  
  6024.    Use of this product constitutes your acceptance of the terms and
  6025.    conditions of this license and of my copyright and your agreement to
  6026.    abide by these terms and conditions.
  6027.  
  6028.    WARRANTY:   WARRANTY:   WARRANTY:
  6029.  
  6030.    The warranty is limited to the diskettes to be machine readable for a
  6031.    period of 30 days after purchase. Although we try hard to write perfect
  6032.    software that has no bugs, we do not guarantee that. We also do not
  6033.    guarantee that this product is fit for every purpose and we are not
  6034.    liable for any damages that might occur from use of this product. This
  6035.    agreement is governed by the laws of the State of Missouri.
  6036.  
  6037.  
  6038.  
  6039.    Computer Tyme MarxMenu Users Manual                     Page 2
  6040.    _______________________________________________________________
  6041.  
  6042.  
  6043.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  6044.  
  6045.    I would like to thank the following people for making this product
  6046.    possible:
  6047.  
  6048.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6049.    for being good to me and helping with revisions and editing.
  6050.  
  6051.    The Computer Tyme staff for being the best employees in the world.
  6052.  
  6053.    Borland International for writing Turbo Pascal and keeping it bug free
  6054.    and well supported.
  6055.  
  6056.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6057.    and their well written, well supported product.
  6058.  
  6059.    Semware for TEdit and QEdit, their full screen editors.
  6060.  
  6061.    All users who actually paid for this product so that we may continue to
  6062.    eat.
  6063.  
  6064.    Those of you who have pointed out bugs and made suggestions to improve
  6065.    our product.
  6066.  
  6067.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  6068.  
  6069.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6070.    are trademarks of Computer Tyme.
  6071.  
  6072.     QEdit and TEdit are trademarks of SemWare.
  6073.     Lotus is a registered trademark of Lotus Development.
  6074.     Wordstar is a registered trademark of MicroPro International.
  6075.     Smart Software is a trademark of Informix.
  6076.     MS-DOS is a trademark of Microsoft.
  6077.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6078.     Turbo Pascal is a trademark of Borland International.
  6079.     OPRO and TPRO are trademarks of TurboPower Software.
  6080.     Netware and Novell are trademarks of Novell.
  6081.     DesqView and QEMM are trademarks of Quarterdeck.
  6082.     IBM and OS/2 are trademarks of International Business Machines.
  6083.  
  6084.     Created using Turbo Pascal
  6085.     Copyright 1983-90 by Borland International
  6086.  
  6087.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  6088.  
  6089.    When I first wrote this program my friends referred to it as Marc's
  6090.    Menu. The Names .................................  166
  6091.        -- Window .........................................  166
  6092.        -- WindowHeight ...................................  166
  6093.        -- WindowWidth ....................................  166
  6094.        -- WinX ...........................................  167
  6095.        -- WinY ...........................................  167
  6096.        -- Write ..........................................  167
  6097.        -- WriteCenter ....................................  167
  6098.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  6099.        -- WriteTextFile ..................................  167
  6100.  
  6101.  
  6102.  
  6103.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6104.    _______________________________________________________________
  6105.  
  6106.  
  6107.        -- WriteVertical ..................................  168
  6108.        -- Xor ............................................  168
  6109.        -- Year ...........................................  168
  6110.        -- YearOf .........................................  168
  6111.        String Constants ..................................  169
  6112.        Time and Date Constants ...........................  169
  6113.        Video Constants ...................................  170
  6114.        Color Constants ...................................  170
  6115.        Boolean Constants .................................  170
  6116.        Conditional Statements ............................  170
  6117.        Environment Variables used by MarxMenu ............  171
  6118.        Command Categories ................................  172
  6119.        -- Misc Commands ..................................  173
  6120.        -- Math Commands ..................................  173
  6121.        -- Float Commands .................................  174
  6122.        -- String Commands ................................  175
  6123.        -- Variable Commands ..............................  176
  6124.        -- Boolean Commands ...............................  176
  6125.        -- Array Commands .................................  177
  6126.        -- Memory Commands ................................  178
  6127.        -- Novell Commands ................................  178
  6128.        -- MSNet Commands .................................  180
  6129.        -- Vines Commands .................................  180
  6130.        -- Time Commands ..................................  181
  6131.        -- Execution Commands .............................  182
  6132.        -- Display Commands ...............................  182
  6133.        -- Color Commands .................................  184
  6134.        -- Environment Commands ...........................  184
  6135.        -- System Commands ................................  185
  6136.        -- File Commands ..................................  185
  6137.        -- Ansi Commands ..................................  186
  6138.        -- Printer Commands ...............................  186
  6139.        -- International Commands .........................  186
  6140.        -- DesqView Commands ..............................  187
  6141.        -- Conditional Commands ...........................  187
  6142.        -- Keyboard Commands ..............................  188
  6143.        -- MouseControl Commands ..........................  188
  6144.        -- Music Commands .................................  188
  6145.  
  6146.  
  6147.  
  6148.    Computer Tyme MarxMenu Users Manual                     Page 1
  6149.    _______________________________________________________________
  6150.  
  6151.  
  6152.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  6153.  
  6154.    This manual is copyrighted material and all rights are reserved.
  6155.    MarxMenu is a programming language which describes to the computer what
  6156.    it is supposed to do. Even though some of the individual words in
  6157.    MarxMenu are used in other programming languages, I claim a copyright on
  6158.    the collection of words which make up the MarxMenu language. I therefore
  6159.    consider it an infringement of my CopyRight to create a software product
  6160.    which uses the MarxMenu language, or translates MarxMenu source code,
  6161.    without purchasing a license to do so.
  6162.  
  6163.    The combinations of definitions of commands in this manual constitute a
  6164.    copyrighted work. Any publication which describes a computer language
  6165.    for which the MarxMenu command set is a subset is a violation of the
  6166.    copyright of this software and this written manual.
  6167.  
  6168.    In other words, don't try to clone MarxMenu.
  6169.  
  6170.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  6171.  
  6172.    You are licensed to use this program on a single CPU or workstation. If
  6173.    you are running on a network, you are required to license a separate
  6174.    copy for each workstation or a file server license for each file server.
  6175.    If you are running on a multiuser operating system such as Concurrent
  6176.    DOS, you are required to license a copy for each workstation. Everyone
  6177.    who uses this menu, must license a copy unless several people share the
  6178.    same workstation.
  6179.  
  6180.    This software is licensed and not sold. The license begins when Computer
  6181.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6182.    rent this software without the written consent of Computer Tyme. You are
  6183.    not allowed to distribute MarxMenu in runtime form with software you
  6184.    developed unless it is in combination with a paid for copy of MarxMenu,
  6185.    or you have made special arrangements in writing with Computer Tyme to
  6186.    do so.
  6187.  
  6188.    Use of this product constitutes your acceptance of the terms and
  6189.    conditions of this license and of my copyright and your agreement to
  6190.    abide by these terms and conditions.
  6191.  
  6192.    WARRANTY:   WARRANTY:   WARRANTY:
  6193.  
  6194.    The warranty is limited to the diskettes to be machine readable for a
  6195.    period of 30 days after purchase. Although we try hard to write perfect
  6196.    software that has no bugs, we do not guarantee that. We also do not
  6197.    guarantee that this product is fit for every purpose and we are not
  6198.    liable for any damages that might occur from use of this product. This
  6199.    agreement is governed by the laws of the State of Missouri.
  6200.  
  6201.  
  6202.  
  6203.    Computer Tyme MarxMenu Users Manual                     Page 2
  6204.    _______________________________________________________________
  6205.  
  6206.  
  6207.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  6208.  
  6209.    I would like to thank the following people for making this product
  6210.    possible:
  6211.  
  6212.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6213.    for being good to me and helping with revisions and editing.
  6214.  
  6215.    The Computer Tyme staff for being the best employees in the world.
  6216.  
  6217.    Borland International for writing Turbo Pascal and keeping it bug free
  6218.    and well supported.
  6219.  
  6220.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6221.    and their well written, well supported product.
  6222.  
  6223.    Semware for TEdit and QEdit, their full screen editors.
  6224.  
  6225.    All users who actually paid for this product so that we may continue to
  6226.    eat.
  6227.  
  6228.    Those of you who have pointed out bugs and made suggestions to improve
  6229.    our product.
  6230.  
  6231.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  6232.  
  6233.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6234.    are trademarks of Computer Tyme.
  6235.  
  6236.     QEdit and TEdit are trademarks of SemWare.
  6237.     Lotus is a registered trademark of Lotus Development.
  6238.     Wordstar is a registered trademark of MicroPro International.
  6239.     Smart Software is a trademark of Informix.
  6240.     MS-DOS is a trademark of Microsoft.
  6241.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6242.     Turbo Pascal is a trademark of Borland International.
  6243.     OPRO and TPRO are trademarks of TurboPower Software.
  6244.     Netware and Novell are trademarks of Novell.
  6245.     DesqView and QEMM are trademarks of Quarterdeck.
  6246.     IBM and OS/2 are trademarks of International Business Machines.
  6247.  
  6248.     Created using Turbo Pascal
  6249.     Copyright 1983-90 by Borland International
  6250.  
  6251.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  6252.  
  6253.    When I first wrote this program my friends referred to it as Marc's
  6254.    Menu. The Names .................................  166
  6255.        -- Window .........................................  166
  6256.        -- WindowHeight ...................................  166
  6257.        -- WindowWidth ....................................  166
  6258.        -- WinX ...........................................  167
  6259.        -- WinY ...........................................  167
  6260.        -- Write ..........................................  167
  6261.        -- WriteCenter ....................................  167
  6262.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  6263.        -- WriteTextFile ..................................  167
  6264.  
  6265.  
  6266.  
  6267.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6268.    _______________________________________________________________
  6269.  
  6270.  
  6271.        -- WriteVertical ..................................  168
  6272.        -- Xor ............................................  168
  6273.        -- Year ...........................................  168
  6274.        -- YearOf .........................................  168
  6275.        String Constants ..................................  169
  6276.        Time and Date Constants ...........................  169
  6277.        Video Constants ...................................  170
  6278.        Color Constants ...................................  170
  6279.        Boolean Constants .................................  170
  6280.        Conditional Statements ............................  170
  6281.        Environment Variables used by MarxMenu ............  171
  6282.        Command Categories ................................  172
  6283.        -- Misc Commands ..................................  173
  6284.        -- Math Commands ..................................  173
  6285.        -- Float Commands .................................  174
  6286.        -- String Commands ................................  175
  6287.        -- Variable Commands ..............................  176
  6288.        -- Boolean Commands ...............................  176
  6289.        -- Array Commands .................................  177
  6290.        -- Memory Commands ................................  178
  6291.        -- Novell Commands ................................  178
  6292.        -- MSNet Commands .................................  180
  6293.        -- Vines Commands .................................  180
  6294.        -- Time Commands ..................................  181
  6295.        -- Execution Commands .............................  182
  6296.        -- Display Commands ...............................  182
  6297.        -- Color Commands .................................  184
  6298.        -- Environment Commands ...........................  184
  6299.        -- System Commands ................................  185
  6300.        -- File Commands ..................................  185
  6301.        -- Ansi Commands ..................................  186
  6302.        -- Printer Commands ...............................  186
  6303.        -- International Commands .........................  186
  6304.        -- DesqView Commands ..............................  187
  6305.        -- Conditional Commands ...........................  187
  6306.        -- Keyboard Commands ..............................  188
  6307.        -- MouseControl Commands ..........................  188
  6308.        -- Music Commands .................................  188
  6309.  
  6310.  
  6311.  
  6312.    Computer Tyme MarxMenu Users Manual                     Page 1
  6313.    _______________________________________________________________
  6314.  
  6315.  
  6316.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  6317.  
  6318.    This manual is copyrighted material and all rights are reserved.
  6319.    MarxMenu is a programming language which describes to the computer what
  6320.    it is supposed to do. Even though some of the individual words in
  6321.    MarxMenu are used in other programming languages, I claim a copyright on
  6322.    the collection of words which make up the MarxMenu language. I therefore
  6323.    consider it an infringement of my CopyRight to create a software product
  6324.    which uses the MarxMenu language, or translates MarxMenu source code,
  6325.    without purchasing a license to do so.
  6326.  
  6327.    The combinations of definitions of commands in this manual constitute a
  6328.    copyrighted work. Any publication which describes a computer language
  6329.    for which the MarxMenu command set is a subset is a violation of the
  6330.    copyright of this software and this written manual.
  6331.  
  6332.    In other words, don't try to clone MarxMenu.
  6333.  
  6334.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  6335.  
  6336.    You are licensed to use this program on a single CPU or workstation. If
  6337.    you are running on a network, you are required to license a separate
  6338.    copy for each workstation or a file server license for each file server.
  6339.    If you are running on a multiuser operating system such as Concurrent
  6340.    DOS, you are required to license a copy for each workstation. Everyone
  6341.    who uses this menu, must license a copy unless several people share the
  6342.    same workstation.
  6343.  
  6344.    This software is licensed and not sold. The license begins when Computer
  6345.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6346.    rent this software without the written consent of Computer Tyme. You are
  6347.    not allowed to distribute MarxMenu in runtime form with software you
  6348.    developed unless it is in combination with a paid for copy of MarxMenu,
  6349.    or you have made special arrangements in writing with Computer Tyme to
  6350.    do so.
  6351.  
  6352.    Use of this product constitutes your acceptance of the terms and
  6353.    conditions of this license and of my copyright and your agreement to
  6354.    abide by these terms and conditions.
  6355.  
  6356.    WARRANTY:   WARRANTY:   WARRANTY:
  6357.  
  6358.    The warranty is limited to the diskettes to be machine readable for a
  6359.    period of 30 days after purchase. Although we try hard to write perfect
  6360.    software that has no bugs, we do not guarantee that. We also do not
  6361.    guarantee that this product is fit for every purpose and we are not
  6362.    liable for any damages that might occur from use of this product. This
  6363.    agreement is governed by the laws of the State of Missouri.
  6364.  
  6365.  
  6366.  
  6367.    Computer Tyme MarxMenu Users Manual                     Page 2
  6368.    _______________________________________________________________
  6369.  
  6370.  
  6371.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  6372.  
  6373.    I would like to thank the following people for making this product
  6374.    possible:
  6375.  
  6376.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6377.    for being good to me and helping with revisions and editing.
  6378.  
  6379.    The Computer Tyme staff for being the best employees in the world.
  6380.  
  6381.    Borland International for writing Turbo Pascal and keeping it bug free
  6382.    and well supported.
  6383.  
  6384.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6385.    and their well written, well supported product.
  6386.  
  6387.    Semware for TEdit and QEdit, their full screen editors.
  6388.  
  6389.    All users who actually paid for this product so that we may continue to
  6390.    eat.
  6391.  
  6392.    Those of you who have pointed out bugs and made suggestions to improve
  6393.    our product.
  6394.  
  6395.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  6396.  
  6397.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6398.    are trademarks of Computer Tyme.
  6399.  
  6400.     QEdit and TEdit are trademarks of SemWare.
  6401.     Lotus is a registered trademark of Lotus Development.
  6402.     Wordstar is a registered trademark of MicroPro International.
  6403.     Smart Software is a trademark of Informix.
  6404.     MS-DOS is a trademark of Microsoft.
  6405.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6406.     Turbo Pascal is a trademark of Borland International.
  6407.     OPRO and TPRO are trademarks of TurboPower Software.
  6408.     Netware and Novell are trademarks of Novell.
  6409.     DesqView and QEMM are trademarks of Quarterdeck.
  6410.     IBM and OS/2 are trademarks of International Business Machines.
  6411.  
  6412.     Created using Turbo Pascal
  6413.     Copyright 1983-90 by Borland International
  6414.  
  6415.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  6416.  
  6417.    When I first wrote this program my friends referred to it as Marc's
  6418.    Menu. The Names .................................  166
  6419.        -- Window .........................................  166
  6420.        -- WindowHeight ...................................  166
  6421.        -- WindowWidth ....................................  166
  6422.        -- WinX ...........................................  167
  6423.        -- WinY ...........................................  167
  6424.        -- Write ..........................................  167
  6425.        -- WriteCenter ....................................  167
  6426.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  6427.        -- WriteTextFile ..................................  167
  6428.  
  6429.  
  6430.  
  6431.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6432.    _______________________________________________________________
  6433.  
  6434.  
  6435.        -- WriteVertical ..................................  168
  6436.        -- Xor ............................................  168
  6437.        -- Year ...........................................  168
  6438.        -- YearOf .........................................  168
  6439.        String Constants ..................................  169
  6440.        Time and Date Constants ...........................  169
  6441.        Video Constants ...................................  170
  6442.        Color Constants ...................................  170
  6443.        Boolean Constants .................................  170
  6444.        Conditional Statements ............................  170
  6445.        Environment Variables used by MarxMenu ............  171
  6446.        Command Categories ................................  172
  6447.        -- Misc Commands ..................................  173
  6448.        -- Math Commands ..................................  173
  6449.        -- Float Commands .................................  174
  6450.        -- String Commands ................................  175
  6451.        -- Variable Commands ..............................  176
  6452.        -- Boolean Commands ...............................  176
  6453.        -- Array Commands .................................  177
  6454.        -- Memory Commands ................................  178
  6455.        -- Novell Commands ................................  178
  6456.        -- MSNet Commands .................................  180
  6457.        -- Vines Commands .................................  180
  6458.        -- Time Commands ..................................  181
  6459.        -- Execution Commands .............................  182
  6460.        -- Display Commands ...............................  182
  6461.        -- Color Commands .................................  184
  6462.        -- Environment Commands ...........................  184
  6463.        -- System Commands ................................  185
  6464.        -- File Commands ..................................  185
  6465.        -- Ansi Commands ..................................  186
  6466.        -- Printer Commands ...............................  186
  6467.        -- International Commands .........................  186
  6468.        -- DesqView Commands ..............................  187
  6469.        -- Conditional Commands ...........................  187
  6470.        -- Keyboard Commands ..............................  188
  6471.        -- MouseControl Commands ..........................  188
  6472.        -- Music Commands .................................  188
  6473.  
  6474.  
  6475.  
  6476.    Computer Tyme MarxMenu Users Manual                     Page 1
  6477.    _______________________________________________________________
  6478.  
  6479.  
  6480.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  6481.  
  6482.    This manual is copyrighted material and all rights are reserved.
  6483.    MarxMenu is a programming language which describes to the computer what
  6484.    it is supposed to do. Even though some of the individual words in
  6485.    MarxMenu are used in other programming languages, I claim a copyright on
  6486.    the collection of words which make up the MarxMenu language. I therefore
  6487.    consider it an infringement of my CopyRight to create a software product
  6488.    which uses the MarxMenu language, or translates MarxMenu source code,
  6489.    without purchasing a license to do so.
  6490.  
  6491.    The combinations of definitions of commands in this manual constitute a
  6492.    copyrighted work. Any publication which describes a computer language
  6493.    for which the MarxMenu command set is a subset is a violation of the
  6494.    copyright of this software and this written manual.
  6495.  
  6496.    In other words, don't try to clone MarxMenu.
  6497.  
  6498.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  6499.  
  6500.    You are licensed to use this program on a single CPU or workstation. If
  6501.    you are running on a network, you are required to license a separate
  6502.    copy for each workstation or a file server license for each file server.
  6503.    If you are running on a multiuser operating system such as Concurrent
  6504.    DOS, you are required to license a copy for each workstation. Everyone
  6505.    who uses this menu, must license a copy unless several people share the
  6506.    same workstation.
  6507.  
  6508.    This software is licensed and not sold. The license begins when Computer
  6509.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6510.    rent this software without the written consent of Computer Tyme. You are
  6511.    not allowed to distribute MarxMenu in runtime form with software you
  6512.    developed unless it is in combination with a paid for copy of MarxMenu,
  6513.    or you have made special arrangements in writing with Computer Tyme to
  6514.    do so.
  6515.  
  6516.    Use of this product constitutes your acceptance of the terms and
  6517.    conditions of this license and of my copyright and your agreement to
  6518.    abide by these terms and conditions.
  6519.  
  6520.    WARRANTY:   WARRANTY:   WARRANTY:
  6521.  
  6522.    The warranty is limited to the diskettes to be machine readable for a
  6523.    period of 30 days after purchase. Although we try hard to write perfect
  6524.    software that has no bugs, we do not guarantee that. We also do not
  6525.    guarantee that this product is fit for every purpose and we are not
  6526.    liable for any damages that might occur from use of this product. This
  6527.    agreement is governed by the laws of the State of Missouri.
  6528.  
  6529.  
  6530.  
  6531.    Computer Tyme MarxMenu Users Manual                     Page 2
  6532.    _______________________________________________________________
  6533.  
  6534.  
  6535.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  6536.  
  6537.    I would like to thank the following people for making this product
  6538.    possible:
  6539.  
  6540.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6541.    for being good to me and helping with revisions and editing.
  6542.  
  6543.    The Computer Tyme staff for being the best employees in the world.
  6544.  
  6545.    Borland International for writing Turbo Pascal and keeping it bug free
  6546.    and well supported.
  6547.  
  6548.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6549.    and their well written, well supported product.
  6550.  
  6551.    Semware for TEdit and QEdit, their full screen editors.
  6552.  
  6553.    All users who actually paid for this product so that we may continue to
  6554.    eat.
  6555.  
  6556.    Those of you who have pointed out bugs and made suggestions to improve
  6557.    our product.
  6558.  
  6559.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  6560.  
  6561.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6562.    are trademarks of Computer Tyme.
  6563.  
  6564.     QEdit and TEdit are trademarks of SemWare.
  6565.     Lotus is a registered trademark of Lotus Development.
  6566.     Wordstar is a registered trademark of MicroPro International.
  6567.     Smart Software is a trademark of Informix.
  6568.     MS-DOS is a trademark of Microsoft.
  6569.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6570.     Turbo Pascal is a trademark of Borland International.
  6571.     OPRO and TPRO are trademarks of TurboPower Software.
  6572.     Netware and Novell are trademarks of Novell.
  6573.     DesqView and QEMM are trademarks of Quarterdeck.
  6574.     IBM and OS/2 are trademarks of International Business Machines.
  6575.  
  6576.     Created using Turbo Pascal
  6577.     Copyright 1983-90 by Borland International
  6578.  
  6579.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  6580.  
  6581.    When I first wrote this program my friends referred to it as Marc's
  6582.    Menu. The Names .................................  166
  6583.        -- Window .........................................  166
  6584.        -- WindowHeight ...................................  166
  6585.        -- WindowWidth ....................................  166
  6586.        -- WinX ...........................................  167
  6587.        -- WinY ...........................................  167
  6588.        -- Write ..........................................  167
  6589.        -- WriteCenter ....................................  167
  6590.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  6591.        -- WriteTextFile ..................................  167
  6592.  
  6593.  
  6594.  
  6595.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6596.    _______________________________________________________________
  6597.  
  6598.  
  6599.        -- WriteVertical ..................................  168
  6600.        -- Xor ............................................  168
  6601.        -- Year ...........................................  168
  6602.        -- YearOf .........................................  168
  6603.        String Constants ..................................  169
  6604.        Time and Date Constants ...........................  169
  6605.        Video Constants ...................................  170
  6606.        Color Constants ...................................  170
  6607.        Boolean Constants .................................  170
  6608.        Conditional Statements ............................  170
  6609.        Environment Variables used by MarxMenu ............  171
  6610.        Command Categories ................................  172
  6611.        -- Misc Commands ..................................  173
  6612.        -- Math Commands ..................................  173
  6613.        -- Float Commands .................................  174
  6614.        -- String Commands ................................  175
  6615.        -- Variable Commands ..............................  176
  6616.        -- Boolean Commands ...............................  176
  6617.        -- Array Commands .................................  177
  6618.        -- Memory Commands ................................  178
  6619.        -- Novell Commands ................................  178
  6620.        -- MSNet Commands .................................  180
  6621.        -- Vines Commands .................................  180
  6622.        -- Time Commands ..................................  181
  6623.        -- Execution Commands .............................  182
  6624.        -- Display Commands ...............................  182
  6625.        -- Color Commands .................................  184
  6626.        -- Environment Commands ...........................  184
  6627.        -- System Commands ................................  185
  6628.        -- File Commands ..................................  185
  6629.        -- Ansi Commands ..................................  186
  6630.        -- Printer Commands ...............................  186
  6631.        -- International Commands .........................  186
  6632.        -- DesqView Commands ..............................  187
  6633.        -- Conditional Commands ...........................  187
  6634.        -- Keyboard Commands ..............................  188
  6635.        -- MouseControl Commands ..........................  188
  6636.        -- Music Commands .................................  188
  6637.  
  6638.  
  6639.  
  6640.    Computer Tyme MarxMenu Users Manual                     Page 1
  6641.    _______________________________________________________________
  6642.  
  6643.  
  6644.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  6645.  
  6646.    This manual is copyrighted material and all rights are reserved.
  6647.    MarxMenu is a programming language which describes to the computer what
  6648.    it is supposed to do. Even though some of the individual words in
  6649.    MarxMenu are used in other programming languages, I claim a copyright on
  6650.    the collection of words which make up the MarxMenu language. I therefore
  6651.    consider it an infringement of my CopyRight to create a software product
  6652.    which uses the MarxMenu language, or translates MarxMenu source code,
  6653.    without purchasing a license to do so.
  6654.  
  6655.    The combinations of definitions of commands in this manual constitute a
  6656.    copyrighted work. Any publication which describes a computer language
  6657.    for which the MarxMenu command set is a subset is a violation of the
  6658.    copyright of this software and this written manual.
  6659.  
  6660.    In other words, don't try to clone MarxMenu.
  6661.  
  6662.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  6663.  
  6664.    You are licensed to use this program on a single CPU or workstation. If
  6665.    you are running on a network, you are required to license a separate
  6666.    copy for each workstation or a file server license for each file server.
  6667.    If you are running on a multiuser operating system such as Concurrent
  6668.    DOS, you are required to license a copy for each workstation. Everyone
  6669.    who uses this menu, must license a copy unless several people share the
  6670.    same workstation.
  6671.  
  6672.    This software is licensed and not sold. The license begins when Computer
  6673.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6674.    rent this software without the written consent of Computer Tyme. You are
  6675.    not allowed to distribute MarxMenu in runtime form with software you
  6676.    developed unless it is in combination with a paid for copy of MarxMenu,
  6677.    or you have made special arrangements in writing with Computer Tyme to
  6678.    do so.
  6679.  
  6680.    Use of this product constitutes your acceptance of the terms and
  6681.    conditions of this license and of my copyright and your agreement to
  6682.    abide by these terms and conditions.
  6683.  
  6684.    WARRANTY:   WARRANTY:   WARRANTY:
  6685.  
  6686.    The warranty is limited to the diskettes to be machine readable for a
  6687.    period of 30 days after purchase. Although we try hard to write perfect
  6688.    software that has no bugs, we do not guarantee that. We also do not
  6689.    guarantee that this product is fit for every purpose and we are not
  6690.    liable for any damages that might occur from use of this product. This
  6691.    agreement is governed by the laws of the State of Missouri.
  6692.  
  6693.  
  6694.  
  6695.    Computer Tyme MarxMenu Users Manual                     Page 2
  6696.    _______________________________________________________________
  6697.  
  6698.  
  6699.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  6700.  
  6701.    I would like to thank the following people for making this product
  6702.    possible:
  6703.  
  6704.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6705.    for being good to me and helping with revisions and editing.
  6706.  
  6707.    The Computer Tyme staff for being the best employees in the world.
  6708.  
  6709.    Borland International for writing Turbo Pascal and keeping it bug free
  6710.    and well supported.
  6711.  
  6712.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6713.    and their well written, well supported product.
  6714.  
  6715.    Semware for TEdit and QEdit, their full screen editors.
  6716.  
  6717.    All users who actually paid for this product so that we may continue to
  6718.    eat.
  6719.  
  6720.    Those of you who have pointed out bugs and made suggestions to improve
  6721.    our product.
  6722.  
  6723.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  6724.  
  6725.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6726.    are trademarks of Computer Tyme.
  6727.  
  6728.     QEdit and TEdit are trademarks of SemWare.
  6729.     Lotus is a registered trademark of Lotus Development.
  6730.     Wordstar is a registered trademark of MicroPro International.
  6731.     Smart Software is a trademark of Informix.
  6732.     MS-DOS is a trademark of Microsoft.
  6733.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6734.     Turbo Pascal is a trademark of Borland International.
  6735.     OPRO and TPRO are trademarks of TurboPower Software.
  6736.     Netware and Novell are trademarks of Novell.
  6737.     DesqView and QEMM are trademarks of Quarterdeck.
  6738.     IBM and OS/2 are trademarks of International Business Machines.
  6739.  
  6740.     Created using Turbo Pascal
  6741.     Copyright 1983-90 by Borland International
  6742.  
  6743.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  6744.  
  6745.    When I first wrote this program my friends referred to it as Marc's
  6746.    Menu. The Names .................................  166
  6747.        -- Window .........................................  166
  6748.        -- WindowHeight ...................................  166
  6749.        -- WindowWidth ....................................  166
  6750.        -- WinX ...........................................  167
  6751.        -- WinY ...........................................  167
  6752.        -- Write ..........................................  167
  6753.        -- WriteCenter ....................................  167
  6754.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  6755.        -- WriteTextFile ..................................  167
  6756.  
  6757.  
  6758.  
  6759.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6760.    _______________________________________________________________
  6761.  
  6762.  
  6763.        -- WriteVertical ..................................  168
  6764.        -- Xor ............................................  168
  6765.        -- Year ...........................................  168
  6766.        -- YearOf .........................................  168
  6767.        String Constants ..................................  169
  6768.        Time and Date Constants ...........................  169
  6769.        Video Constants ...................................  170
  6770.        Color Constants ...................................  170
  6771.        Boolean Constants .................................  170
  6772.        Conditional Statements ............................  170
  6773.        Environment Variables used by MarxMenu ............  171
  6774.        Command Categories ................................  172
  6775.        -- Misc Commands ..................................  173
  6776.        -- Math Commands ..................................  173
  6777.        -- Float Commands .................................  174
  6778.        -- String Commands ................................  175
  6779.        -- Variable Commands ..............................  176
  6780.        -- Boolean Commands ...............................  176
  6781.        -- Array Commands .................................  177
  6782.        -- Memory Commands ................................  178
  6783.        -- Novell Commands ................................  178
  6784.        -- MSNet Commands .................................  180
  6785.        -- Vines Commands .................................  180
  6786.        -- Time Commands ..................................  181
  6787.        -- Execution Commands .............................  182
  6788.        -- Display Commands ...............................  182
  6789.        -- Color Commands .................................  184
  6790.        -- Environment Commands ...........................  184
  6791.        -- System Commands ................................  185
  6792.        -- File Commands ..................................  185
  6793.        -- Ansi Commands ..................................  186
  6794.        -- Printer Commands ...............................  186
  6795.        -- International Commands .........................  186
  6796.        -- DesqView Commands ..............................  187
  6797.        -- Conditional Commands ...........................  187
  6798.        -- Keyboard Commands ..............................  188
  6799.        -- MouseControl Commands ..........................  188
  6800.        -- Music Commands .................................  188
  6801.  
  6802.  
  6803.  
  6804.    Computer Tyme MarxMenu Users Manual                     Page 1
  6805.    _______________________________________________________________
  6806.  
  6807.  
  6808.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  6809.  
  6810.    This manual is copyrighted material and all rights are reserved.
  6811.    MarxMenu is a programming language which describes to the computer what
  6812.    it is supposed to do. Even though some of the individual words in
  6813.    MarxMenu are used in other programming languages, I claim a copyright on
  6814.    the collection of words which make up the MarxMenu language. I therefore
  6815.    consider it an infringement of my CopyRight to create a software product
  6816.    which uses the MarxMenu language, or translates MarxMenu source code,
  6817.    without purchasing a license to do so.
  6818.  
  6819.    The combinations of definitions of commands in this manual constitute a
  6820.    copyrighted work. Any publication which describes a computer language
  6821.    for which the MarxMenu command set is a subset is a violation of the
  6822.    copyright of this software and this written manual.
  6823.  
  6824.    In other words, don't try to clone MarxMenu.
  6825.  
  6826.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  6827.  
  6828.    You are licensed to use this program on a single CPU or workstation. If
  6829.    you are running on a network, you are required to license a separate
  6830.    copy for each workstation or a file server license for each file server.
  6831.    If you are running on a multiuser operating system such as Concurrent
  6832.    DOS, you are required to license a copy for each workstation. Everyone
  6833.    who uses this menu, must license a copy unless several people share the
  6834.    same workstation.
  6835.  
  6836.    This software is licensed and not sold. The license begins when Computer
  6837.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6838.    rent this software without the written consent of Computer Tyme. You are
  6839.    not allowed to distribute MarxMenu in runtime form with software you
  6840.    developed unless it is in combination with a paid for copy of MarxMenu,
  6841.    or you have made special arrangements in writing with Computer Tyme to
  6842.    do so.
  6843.  
  6844.    Use of this product constitutes your acceptance of the terms and
  6845.    conditions of this license and of my copyright and your agreement to
  6846.    abide by these terms and conditions.
  6847.  
  6848.    WARRANTY:   WARRANTY:   WARRANTY:
  6849.  
  6850.    The warranty is limited to the diskettes to be machine readable for a
  6851.    period of 30 days after purchase. Although we try hard to write perfect
  6852.    software that has no bugs, we do not guarantee that. We also do not
  6853.    guarantee that this product is fit for every purpose and we are not
  6854.    liable for any damages that might occur from use of this product. This
  6855.    agreement is governed by the laws of the State of Missouri.
  6856.  
  6857.  
  6858.  
  6859.    Computer Tyme MarxMenu Users Manual                     Page 2
  6860.    _______________________________________________________________
  6861.  
  6862.  
  6863.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  6864.  
  6865.    I would like to thank the following people for making this product
  6866.    possible:
  6867.  
  6868.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6869.    for being good to me and helping with revisions and editing.
  6870.  
  6871.    The Computer Tyme staff for being the best employees in the world.
  6872.  
  6873.    Borland International for writing Turbo Pascal and keeping it bug free
  6874.    and well supported.
  6875.  
  6876.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6877.    and their well written, well supported product.
  6878.  
  6879.    Semware for TEdit and QEdit, their full screen editors.
  6880.  
  6881.    All users who actually paid for this product so that we may continue to
  6882.    eat.
  6883.  
  6884.    Those of you who have pointed out bugs and made suggestions to improve
  6885.    our product.
  6886.  
  6887.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  6888.  
  6889.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6890.    are trademarks of Computer Tyme.
  6891.  
  6892.     QEdit and TEdit are trademarks of SemWare.
  6893.     Lotus is a registered trademark of Lotus Development.
  6894.     Wordstar is a registered trademark of MicroPro International.
  6895.     Smart Software is a trademark of Informix.
  6896.     MS-DOS is a trademark of Microsoft.
  6897.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6898.     Turbo Pascal is a trademark of Borland International.
  6899.     OPRO and TPRO are trademarks of TurboPower Software.
  6900.     Netware and Novell are trademarks of Novell.
  6901.     DesqView and QEMM are trademarks of Quarterdeck.
  6902.     IBM and OS/2 are trademarks of International Business Machines.
  6903.  
  6904.     Created using Turbo Pascal
  6905.     Copyright 1983-90 by Borland International
  6906.  
  6907.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  6908.  
  6909.    When I first wrote this program my friends referred to it as Marc's
  6910.    Menu. The Names .................................  166
  6911.        -- Window .........................................  166
  6912.        -- WindowHeight ...................................  166
  6913.        -- WindowWidth ....................................  166
  6914.        -- WinX ...........................................  167
  6915.        -- WinY ...........................................  167
  6916.        -- Write ..........................................  167
  6917.        -- WriteCenter ....................................  167
  6918.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  6919.        -- WriteTextFile ..................................  167
  6920.  
  6921.  
  6922.  
  6923.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6924.    _______________________________________________________________
  6925.  
  6926.  
  6927.        -- WriteVertical ..................................  168
  6928.        -- Xor ............................................  168
  6929.        -- Year ...........................................  168
  6930.        -- YearOf .........................................  168
  6931.        String Constants ..................................  169
  6932.        Time and Date Constants ...........................  169
  6933.        Video Constants ...................................  170
  6934.        Color Constants ...................................  170
  6935.        Boolean Constants .................................  170
  6936.        Conditional Statements ............................  170
  6937.        Environment Variables used by MarxMenu ............  171
  6938.        Command Categories ................................  172
  6939.        -- Misc Commands ..................................  173
  6940.        -- Math Commands ..................................  173
  6941.        -- Float Commands .................................  174
  6942.        -- String Commands ................................  175
  6943.        -- Variable Commands ..............................  176
  6944.        -- Boolean Commands ...............................  176
  6945.        -- Array Commands .................................  177
  6946.        -- Memory Commands ................................  178
  6947.        -- Novell Commands ................................  178
  6948.        -- MSNet Commands .................................  180
  6949.        -- Vines Commands .................................  180
  6950.        -- Time Commands ..................................  181
  6951.        -- Execution Commands .............................  182
  6952.        -- Display Commands ...............................  182
  6953.        -- Color Commands .................................  184
  6954.        -- Environment Commands ...........................  184
  6955.        -- System Commands ................................  185
  6956.        -- File Commands ..................................  185
  6957.        -- Ansi Commands ..................................  186
  6958.        -- Printer Commands ...............................  186
  6959.        -- International Commands .........................  186
  6960.        -- DesqView Commands ..............................  187
  6961.        -- Conditional Commands ...........................  187
  6962.        -- Keyboard Commands ..............................  188
  6963.        -- MouseControl Commands ..........................  188
  6964.        -- Music Commands .................................  188
  6965.  
  6966.  
  6967.  
  6968.    Computer Tyme MarxMenu Users Manual                     Page 1
  6969.    _______________________________________________________________
  6970.  
  6971.  
  6972.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  6973.  
  6974.    This manual is copyrighted material and all rights are reserved.
  6975.    MarxMenu is a programming language which describes to the computer what
  6976.    it is supposed to do. Even though some of the individual words in
  6977.    MarxMenu are used in other programming languages, I claim a copyright on
  6978.    the collection of words which make up the MarxMenu language. I therefore
  6979.    consider it an infringement of my CopyRight to create a software product
  6980.    which uses the MarxMenu language, or translates MarxMenu source code,
  6981.    without purchasing a license to do so.
  6982.  
  6983.    The combinations of definitions of commands in this manual constitute a
  6984.    copyrighted work. Any publication which describes a computer language
  6985.    for which the MarxMenu command set is a subset is a violation of the
  6986.    copyright of this software and this written manual.
  6987.  
  6988.    In other words, don't try to clone MarxMenu.
  6989.  
  6990.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  6991.  
  6992.    You are licensed to use this program on a single CPU or workstation. If
  6993.    you are running on a network, you are required to license a separate
  6994.    copy for each workstation or a file server license for each file server.
  6995.    If you are running on a multiuser operating system such as Concurrent
  6996.    DOS, you are required to license a copy for each workstation. Everyone
  6997.    who uses this menu, must license a copy unless several people share the
  6998.    same workstation.
  6999.  
  7000.    This software is licensed and not sold. The license begins when Computer
  7001.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7002.    rent this software without the written consent of Computer Tyme. You are
  7003.    not allowed to distribute MarxMenu in runtime form with software you
  7004.    developed unless it is in combination with a paid for copy of MarxMenu,
  7005.    or you have made special arrangements in writing with Computer Tyme to
  7006.    do so.
  7007.  
  7008.    Use of this product constitutes your acceptance of the terms and
  7009.    conditions of this license and of my copyright and your agreement to
  7010.    abide by these terms and conditions.
  7011.  
  7012.    WARRANTY:   WARRANTY:   WARRANTY:
  7013.  
  7014.    The warranty is limited to the diskettes to be machine readable for a
  7015.    period of 30 days after purchase. Although we try hard to write perfect
  7016.    software that has no bugs, we do not guarantee that. We also do not
  7017.    guarantee that this product is fit for every purpose and we are not
  7018.    liable for any damages that might occur from use of this product. This
  7019.    agreement is governed by the laws of the State of Missouri.
  7020.  
  7021.  
  7022.  
  7023.    Computer Tyme MarxMenu Users Manual                     Page 2
  7024.    _______________________________________________________________
  7025.  
  7026.  
  7027.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  7028.  
  7029.    I would like to thank the following people for making this product
  7030.    possible:
  7031.  
  7032.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7033.    for being good to me and helping with revisions and editing.
  7034.  
  7035.    The Computer Tyme staff for being the best employees in the world.
  7036.  
  7037.    Borland International for writing Turbo Pascal and keeping it bug free
  7038.    and well supported.
  7039.  
  7040.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7041.    and their well written, well supported product.
  7042.  
  7043.    Semware for TEdit and QEdit, their full screen editors.
  7044.  
  7045.    All users who actually paid for this product so that we may continue to
  7046.    eat.
  7047.  
  7048.    Those of you who have pointed out bugs and made suggestions to improve
  7049.    our product.
  7050.  
  7051.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  7052.  
  7053.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7054.    are trademarks of Computer Tyme.
  7055.  
  7056.     QEdit and TEdit are trademarks of SemWare.
  7057.     Lotus is a registered trademark of Lotus Development.
  7058.     Wordstar is a registered trademark of MicroPro International.
  7059.     Smart Software is a trademark of Informix.
  7060.     MS-DOS is a trademark of Microsoft.
  7061.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7062.     Turbo Pascal is a trademark of Borland International.
  7063.     OPRO and TPRO are trademarks of TurboPower Software.
  7064.     Netware and Novell are trademarks of Novell.
  7065.     DesqView and QEMM are trademarks of Quarterdeck.
  7066.     IBM and OS/2 are trademarks of International Business Machines.
  7067.  
  7068.     Created using Turbo Pascal
  7069.     Copyright 1983-90 by Borland International
  7070.  
  7071.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  7072.  
  7073.    When I first wrote this program my friends referred to it as Marc's
  7074.    Menu. The Names .................................  166
  7075.        -- Window .........................................  166
  7076.        -- WindowHeight ...................................  166
  7077.        -- WindowWidth ....................................  166
  7078.        -- WinX ...........................................  167
  7079.        -- WinY ...........................................  167
  7080.        -- Write ..........................................  167
  7081.        -- WriteCenter ....................................  167
  7082.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  7083.        -- WriteTextFile ..................................  167
  7084.  
  7085.  
  7086.  
  7087.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7088.    _______________________________________________________________
  7089.  
  7090.  
  7091.        -- WriteVertical ..................................  168
  7092.        -- Xor ............................................  168
  7093.        -- Year ...........................................  168
  7094.        -- YearOf .........................................  168
  7095.        String Constants ..................................  169
  7096.        Time and Date Constants ...........................  169
  7097.        Video Constants ...................................  170
  7098.        Color Constants ...................................  170
  7099.        Boolean Constants .................................  170
  7100.        Conditional Statements ............................  170
  7101.        Environment Variables used by MarxMenu ............  171
  7102.        Command Categories ................................  172
  7103.        -- Misc Commands ..................................  173
  7104.        -- Math Commands ..................................  173
  7105.        -- Float Commands .................................  174
  7106.        -- String Commands ................................  175
  7107.        -- Variable Commands ..............................  176
  7108.        -- Boolean Commands ...............................  176
  7109.        -- Array Commands .................................  177
  7110.        -- Memory Commands ................................  178
  7111.        -- Novell Commands ................................  178
  7112.        -- MSNet Commands .................................  180
  7113.        -- Vines Commands .................................  180
  7114.        -- Time Commands ..................................  181
  7115.        -- Execution Commands .............................  182
  7116.        -- Display Commands ...............................  182
  7117.        -- Color Commands .................................  184
  7118.        -- Environment Commands ...........................  184
  7119.        -- System Commands ................................  185
  7120.        -- File Commands ..................................  185
  7121.        -- Ansi Commands ..................................  186
  7122.        -- Printer Commands ...............................  186
  7123.        -- International Commands .........................  186
  7124.        -- DesqView Commands ..............................  187
  7125.        -- Conditional Commands ...........................  187
  7126.        -- Keyboard Commands ..............................  188
  7127.        -- MouseControl Commands ..........................  188
  7128.        -- Music Commands .................................  188
  7129.  
  7130.  
  7131.  
  7132.    Computer Tyme MarxMenu Users Manual                     Page 1
  7133.    _______________________________________________________________
  7134.  
  7135.  
  7136.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  7137.  
  7138.    This manual is copyrighted material and all rights are reserved.
  7139.    MarxMenu is a programming language which describes to the computer what
  7140.    it is supposed to do. Even though some of the individual words in
  7141.    MarxMenu are used in other programming languages, I claim a copyright on
  7142.    the collection of words which make up the MarxMenu language. I therefore
  7143.    consider it an infringement of my CopyRight to create a software product
  7144.    which uses the MarxMenu language, or translates MarxMenu source code,
  7145.    without purchasing a license to do so.
  7146.  
  7147.    The combinations of definitions of commands in this manual constitute a
  7148.    copyrighted work. Any publication which describes a computer language
  7149.    for which the MarxMenu command set is a subset is a violation of the
  7150.    copyright of this software and this written manual.
  7151.  
  7152.    In other words, don't try to clone MarxMenu.
  7153.  
  7154.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  7155.  
  7156.    You are licensed to use this program on a single CPU or workstation. If
  7157.    you are running on a network, you are required to license a separate
  7158.    copy for each workstation or a file server license for each file server.
  7159.    If you are running on a multiuser operating system such as Concurrent
  7160.    DOS, you are required to license a copy for each workstation. Everyone
  7161.    who uses this menu, must license a copy unless several people share the
  7162.    same workstation.
  7163.  
  7164.    This software is licensed and not sold. The license begins when Computer
  7165.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7166.    rent this software without the written consent of Computer Tyme. You are
  7167.    not allowed to distribute MarxMenu in runtime form with software you
  7168.    developed unless it is in combination with a paid for copy of MarxMenu,
  7169.    or you have made special arrangements in writing with Computer Tyme to
  7170.    do so.
  7171.  
  7172.    Use of this product constitutes your acceptance of the terms and
  7173.    conditions of this license and of my copyright and your agreement to
  7174.    abide by these terms and conditions.
  7175.  
  7176.    WARRANTY:   WARRANTY:   WARRANTY:
  7177.  
  7178.    The warranty is limited to the diskettes to be machine readable for a
  7179.    period of 30 days after purchase. Although we try hard to write perfect
  7180.    software that has no bugs, we do not guarantee that. We also do not
  7181.    guarantee that this product is fit for every purpose and we are not
  7182.    liable for any damages that might occur from use of this product. This
  7183.    agreement is governed by the laws of the State of Missouri.
  7184.  
  7185.  
  7186.  
  7187.    Computer Tyme MarxMenu Users Manual                     Page 2
  7188.    _______________________________________________________________
  7189.  
  7190.  
  7191.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  7192.  
  7193.    I would like to thank the following people for making this product
  7194.    possible:
  7195.  
  7196.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7197.    for being good to me and helping with revisions and editing.
  7198.  
  7199.    The Computer Tyme staff for being the best employees in the world.
  7200.  
  7201.    Borland International for writing Turbo Pascal and keeping it bug free
  7202.    and well supported.
  7203.  
  7204.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7205.    and their well written, well supported product.
  7206.  
  7207.    Semware for TEdit and QEdit, their full screen editors.
  7208.  
  7209.    All users who actually paid for this product so that we may continue to
  7210.    eat.
  7211.  
  7212.    Those of you who have pointed out bugs and made suggestions to improve
  7213.    our product.
  7214.  
  7215.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  7216.  
  7217.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7218.    are trademarks of Computer Tyme.
  7219.  
  7220.     QEdit and TEdit are trademarks of SemWare.
  7221.     Lotus is a registered trademark of Lotus Development.
  7222.     Wordstar is a registered trademark of MicroPro International.
  7223.     Smart Software is a trademark of Informix.
  7224.     MS-DOS is a trademark of Microsoft.
  7225.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7226.     Turbo Pascal is a trademark of Borland International.
  7227.     OPRO and TPRO are trademarks of TurboPower Software.
  7228.     Netware and Novell are trademarks of Novell.
  7229.     DesqView and QEMM are trademarks of Quarterdeck.
  7230.     IBM and OS/2 are trademarks of International Business Machines.
  7231.  
  7232.     Created using Turbo Pascal
  7233.     Copyright 1983-90 by Borland International
  7234.  
  7235.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  7236.  
  7237.    When I first wrote this program my friends referred to it as Marc's
  7238.    Menu. The Names .................................  166
  7239.        -- Window .........................................  166
  7240.        -- WindowHeight ...................................  166
  7241.        -- WindowWidth ....................................  166
  7242.        -- WinX ...........................................  167
  7243.        -- WinY ...........................................  167
  7244.        -- Write ..........................................  167
  7245.        -- WriteCenter ....................................  167
  7246.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  7247.        -- WriteTextFile ..................................  167
  7248.  
  7249.  
  7250.  
  7251.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7252.    _______________________________________________________________
  7253.  
  7254.  
  7255.        -- WriteVertical ..................................  168
  7256.        -- Xor ............................................  168
  7257.        -- Year ...........................................  168
  7258.        -- YearOf .........................................  168
  7259.        String Constants ..................................  169
  7260.        Time and Date Constants ...........................  169
  7261.        Video Constants ...................................  170
  7262.        Color Constants ...................................  170
  7263.        Boolean Constants .................................  170
  7264.        Conditional Statements ............................  170
  7265.        Environment Variables used by MarxMenu ............  171
  7266.        Command Categories ................................  172
  7267.        -- Misc Commands ..................................  173
  7268.        -- Math Commands ..................................  173
  7269.        -- Float Commands .................................  174
  7270.        -- String Commands ................................  175
  7271.        -- Variable Commands ..............................  176
  7272.        -- Boolean Commands ...............................  176
  7273.        -- Array Commands .................................  177
  7274.        -- Memory Commands ................................  178
  7275.        -- Novell Commands ................................  178
  7276.        -- MSNet Commands .................................  180
  7277.        -- Vines Commands .................................  180
  7278.        -- Time Commands ..................................  181
  7279.        -- Execution Commands .............................  182
  7280.        -- Display Commands ...............................  182
  7281.        -- Color Commands .................................  184
  7282.        -- Environment Commands ...........................  184
  7283.        -- System Commands ................................  185
  7284.        -- File Commands ..................................  185
  7285.        -- Ansi Commands ..................................  186
  7286.        -- Printer Commands ...............................  186
  7287.        -- International Commands .........................  186
  7288.        -- DesqView Commands ..............................  187
  7289.        -- Conditional Commands ...........................  187
  7290.        -- Keyboard Commands ..............................  188
  7291.        -- MouseControl Commands ..........................  188
  7292.        -- Music Commands .................................  188
  7293.  
  7294.  
  7295.  
  7296.    Computer Tyme MarxMenu Users Manual                     Page 1
  7297.    _______________________________________________________________
  7298.  
  7299.  
  7300.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  7301.  
  7302.    This manual is copyrighted material and all rights are reserved.
  7303.    MarxMenu is a programming language which describes to the computer what
  7304.    it is supposed to do. Even though some of the individual words in
  7305.    MarxMenu are used in other programming languages, I claim a copyright on
  7306.    the collection of words which make up the MarxMenu language. I therefore
  7307.    consider it an infringement of my CopyRight to create a software product
  7308.    which uses the MarxMenu language, or translates MarxMenu source code,
  7309.    without purchasing a license to do so.
  7310.  
  7311.    The combinations of definitions of commands in this manual constitute a
  7312.    copyrighted work. Any publication which describes a computer language
  7313.    for which the MarxMenu command set is a subset is a violation of the
  7314.    copyright of this software and this written manual.
  7315.  
  7316.    In other words, don't try to clone MarxMenu.
  7317.  
  7318.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  7319.  
  7320.    You are licensed to use this program on a single CPU or workstation. If
  7321.    you are running on a network, you are required to license a separate
  7322.    copy for each workstation or a file server license for each file server.
  7323.    If you are running on a multiuser operating system such as Concurrent
  7324.    DOS, you are required to license a copy for each workstation. Everyone
  7325.    who uses this menu, must license a copy unless several people share the
  7326.    same workstation.
  7327.  
  7328.    This software is licensed and not sold. The license begins when Computer
  7329.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7330.    rent this software without the written consent of Computer Tyme. You are
  7331.    not allowed to distribute MarxMenu in runtime form with software you
  7332.    developed unless it is in combination with a paid for copy of MarxMenu,
  7333.    or you have made special arrangements in writing with Computer Tyme to
  7334.    do so.
  7335.  
  7336.    Use of this product constitutes your acceptance of the terms and
  7337.    conditions of this license and of my copyright and your agreement to
  7338.    abide by these terms and conditions.
  7339.  
  7340.    WARRANTY:   WARRANTY:   WARRANTY:
  7341.  
  7342.    The warranty is limited to the diskettes to be machine readable for a
  7343.    period of 30 days after purchase. Although we try hard to write perfect
  7344.    software that has no bugs, we do not guarantee that. We also do not
  7345.    guarantee that this product is fit for every purpose and we are not
  7346.    liable for any damages that might occur from use of this product. This
  7347.    agreement is governed by the laws of the State of Missouri.
  7348.  
  7349.  
  7350.  
  7351.    Computer Tyme MarxMenu Users Manual                     Page 2
  7352.    _______________________________________________________________
  7353.  
  7354.  
  7355.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  7356.  
  7357.    I would like to thank the following people for making this product
  7358.    possible:
  7359.  
  7360.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7361.    for being good to me and helping with revisions and editing.
  7362.  
  7363.    The Computer Tyme staff for being the best employees in the world.
  7364.  
  7365.    Borland International for writing Turbo Pascal and keeping it bug free
  7366.    and well supported.
  7367.  
  7368.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7369.    and their well written, well supported product.
  7370.  
  7371.    Semware for TEdit and QEdit, their full screen editors.
  7372.  
  7373.    All users who actually paid for this product so that we may continue to
  7374.    eat.
  7375.  
  7376.    Those of you who have pointed out bugs and made suggestions to improve
  7377.    our product.
  7378.  
  7379.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  7380.  
  7381.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7382.    are trademarks of Computer Tyme.
  7383.  
  7384.     QEdit and TEdit are trademarks of SemWare.
  7385.     Lotus is a registered trademark of Lotus Development.
  7386.     Wordstar is a registered trademark of MicroPro International.
  7387.     Smart Software is a trademark of Informix.
  7388.     MS-DOS is a trademark of Microsoft.
  7389.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7390.     Turbo Pascal is a trademark of Borland International.
  7391.     OPRO and TPRO are trademarks of TurboPower Software.
  7392.     Netware and Novell are trademarks of Novell.
  7393.     DesqView and QEMM are trademarks of Quarterdeck.
  7394.     IBM and OS/2 are trademarks of International Business Machines.
  7395.  
  7396.     Created using Turbo Pascal
  7397.     Copyright 1983-90 by Borland International
  7398.  
  7399.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  7400.  
  7401.    When I first wrote this program my friends referred to it as Marc's
  7402.    Menu. The Names .................................  166
  7403.        -- Window .........................................  166
  7404.        -- WindowHeight ...................................  166
  7405.        -- WindowWidth ....................................  166
  7406.        -- WinX ...........................................  167
  7407.        -- WinY ...........................................  167
  7408.        -- Write ..........................................  167
  7409.        -- WriteCenter ....................................  167
  7410.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  7411.        -- WriteTextFile ..................................  167
  7412.  
  7413.  
  7414.  
  7415.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7416.    _______________________________________________________________
  7417.  
  7418.  
  7419.        -- WriteVertical ..................................  168
  7420.        -- Xor ............................................  168
  7421.        -- Year ...........................................  168
  7422.        -- YearOf .........................................  168
  7423.        String Constants ..................................  169
  7424.        Time and Date Constants ...........................  169
  7425.        Video Constants ...................................  170
  7426.        Color Constants ...................................  170
  7427.        Boolean Constants .................................  170
  7428.        Conditional Statements ............................  170
  7429.        Environment Variables used by MarxMenu ............  171
  7430.        Command Categories ................................  172
  7431.        -- Misc Commands ..................................  173
  7432.        -- Math Commands ..................................  173
  7433.        -- Float Commands .................................  174
  7434.        -- String Commands ................................  175
  7435.        -- Variable Commands ..............................  176
  7436.        -- Boolean Commands ...............................  176
  7437.        -- Array Commands .................................  177
  7438.        -- Memory Commands ................................  178
  7439.        -- Novell Commands ................................  178
  7440.        -- MSNet Commands .................................  180
  7441.        -- Vines Commands .................................  180
  7442.        -- Time Commands ..................................  181
  7443.        -- Execution Commands .............................  182
  7444.        -- Display Commands ...............................  182
  7445.        -- Color Commands .................................  184
  7446.        -- Environment Commands ...........................  184
  7447.        -- System Commands ................................  185
  7448.        -- File Commands ..................................  185
  7449.        -- Ansi Commands ..................................  186
  7450.        -- Printer Commands ...............................  186
  7451.        -- International Commands .........................  186
  7452.        -- DesqView Commands ..............................  187
  7453.        -- Conditional Commands ...........................  187
  7454.        -- Keyboard Commands ..............................  188
  7455.        -- MouseControl Commands ..........................  188
  7456.        -- Music Commands .................................  188
  7457.  
  7458.  
  7459.  
  7460.    Computer Tyme MarxMenu Users Manual                     Page 1
  7461.    _______________________________________________________________
  7462.  
  7463.  
  7464.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  7465.  
  7466.    This manual is copyrighted material and all rights are reserved.
  7467.    MarxMenu is a programming language which describes to the computer what
  7468.    it is supposed to do. Even though some of the individual words in
  7469.    MarxMenu are used in other programming languages, I claim a copyright on
  7470.    the collection of words which make up the MarxMenu language. I therefore
  7471.    consider it an infringement of my CopyRight to create a software product
  7472.    which uses the MarxMenu language, or translates MarxMenu source code,
  7473.    without purchasing a license to do so.
  7474.  
  7475.    The combinations of definitions of commands in this manual constitute a
  7476.    copyrighted work. Any publication which describes a computer language
  7477.    for which the MarxMenu command set is a subset is a violation of the
  7478.    copyright of this software and this written manual.
  7479.  
  7480.    In other words, don't try to clone MarxMenu.
  7481.  
  7482.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  7483.  
  7484.    You are licensed to use this program on a single CPU or workstation. If
  7485.    you are running on a network, you are required to license a separate
  7486.    copy for each workstation or a file server license for each file server.
  7487.    If you are running on a multiuser operating system such as Concurrent
  7488.    DOS, you are required to license a copy for each workstation. Everyone
  7489.    who uses this menu, must license a copy unless several people share the
  7490.    same workstation.
  7491.  
  7492.    This software is licensed and not sold. The license begins when Computer
  7493.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7494.    rent this software without the written consent of Computer Tyme. You are
  7495.    not allowed to distribute MarxMenu in runtime form with software you
  7496.    developed unless it is in combination with a paid for copy of MarxMenu,
  7497.    or you have made special arrangements in writing with Computer Tyme to
  7498.    do so.
  7499.  
  7500.    Use of this product constitutes your acceptance of the terms and
  7501.    conditions of this license and of my copyright and your agreement to
  7502.    abide by these terms and conditions.
  7503.  
  7504.    WARRANTY:   WARRANTY:   WARRANTY:
  7505.  
  7506.    The warranty is limited to the diskettes to be machine readable for a
  7507.    period of 30 days after purchase. Although we try hard to write perfect
  7508.    software that has no bugs, we do not guarantee that. We also do not
  7509.    guarantee that this product is fit for every purpose and we are not
  7510.    liable for any damages that might occur from use of this product. This
  7511.    agreement is governed by the laws of the State of Missouri.
  7512.  
  7513.  
  7514.  
  7515.    Computer Tyme MarxMenu Users Manual                     Page 2
  7516.    _______________________________________________________________
  7517.  
  7518.  
  7519.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  7520.  
  7521.    I would like to thank the following people for making this product
  7522.    possible:
  7523.  
  7524.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7525.    for being good to me and helping with revisions and editing.
  7526.  
  7527.    The Computer Tyme staff for being the best employees in the world.
  7528.  
  7529.    Borland International for writing Turbo Pascal and keeping it bug free
  7530.    and well supported.
  7531.  
  7532.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7533.    and their well written, well supported product.
  7534.  
  7535.    Semware for TEdit and QEdit, their full screen editors.
  7536.  
  7537.    All users who actually paid for this product so that we may continue to
  7538.    eat.
  7539.  
  7540.    Those of you who have pointed out bugs and made suggestions to improve
  7541.    our product.
  7542.  
  7543.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  7544.  
  7545.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7546.    are trademarks of Computer Tyme.
  7547.  
  7548.     QEdit and TEdit are trademarks of SemWare.
  7549.     Lotus is a registered trademark of Lotus Development.
  7550.     Wordstar is a registered trademark of MicroPro International.
  7551.     Smart Software is a trademark of Informix.
  7552.     MS-DOS is a trademark of Microsoft.
  7553.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7554.     Turbo Pascal is a trademark of Borland International.
  7555.     OPRO and TPRO are trademarks of TurboPower Software.
  7556.     Netware and Novell are trademarks of Novell.
  7557.     DesqView and QEMM are trademarks of Quarterdeck.
  7558.     IBM and OS/2 are trademarks of International Business Machines.
  7559.  
  7560.     Created using Turbo Pascal
  7561.     Copyright 1983-90 by Borland International
  7562.  
  7563.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  7564.  
  7565.    When I first wrote this program my friends referred to it as Marc's
  7566.    Menu. The Names .................................  166
  7567.        -- Window .........................................  166
  7568.        -- WindowHeight ...................................  166
  7569.        -- WindowWidth ....................................  166
  7570.        -- WinX ...........................................  167
  7571.        -- WinY ...........................................  167
  7572.        -- Write ..........................................  167
  7573.        -- WriteCenter ....................................  167
  7574.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  7575.        -- WriteTextFile ..................................  167
  7576.  
  7577.  
  7578.  
  7579.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7580.    _______________________________________________________________
  7581.  
  7582.  
  7583.        -- WriteVertical ..................................  168
  7584.        -- Xor ............................................  168
  7585.        -- Year ...........................................  168
  7586.        -- YearOf .........................................  168
  7587.        String Constants ..................................  169
  7588.        Time and Date Constants ...........................  169
  7589.        Video Constants ...................................  170
  7590.        Color Constants ...................................  170
  7591.        Boolean Constants .................................  170
  7592.        Conditional Statements ............................  170
  7593.        Environment Variables used by MarxMenu ............  171
  7594.        Command Categories ................................  172
  7595.        -- Misc Commands ..................................  173
  7596.        -- Math Commands ..................................  173
  7597.        -- Float Commands .................................  174
  7598.        -- String Commands ................................  175
  7599.        -- Variable Commands ..............................  176
  7600.        -- Boolean Commands ...............................  176
  7601.        -- Array Commands .................................  177
  7602.        -- Memory Commands ................................  178
  7603.        -- Novell Commands ................................  178
  7604.        -- MSNet Commands .................................  180
  7605.        -- Vines Commands .................................  180
  7606.        -- Time Commands ..................................  181
  7607.        -- Execution Commands .............................  182
  7608.        -- Display Commands ...............................  182
  7609.        -- Color Commands .................................  184
  7610.        -- Environment Commands ...........................  184
  7611.        -- System Commands ................................  185
  7612.        -- File Commands ..................................  185
  7613.        -- Ansi Commands ..................................  186
  7614.        -- Printer Commands ...............................  186
  7615.        -- International Commands .........................  186
  7616.        -- DesqView Commands ..............................  187
  7617.        -- Conditional Commands ...........................  187
  7618.        -- Keyboard Commands ..............................  188
  7619.        -- MouseControl Commands ..........................  188
  7620.        -- Music Commands .................................  188
  7621.  
  7622.  
  7623.  
  7624.    Computer Tyme MarxMenu Users Manual                     Page 1
  7625.    _______________________________________________________________
  7626.  
  7627.  
  7628.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  7629.  
  7630.    This manual is copyrighted material and all rights are reserved.
  7631.    MarxMenu is a programming language which describes to the computer what
  7632.    it is supposed to do. Even though some of the individual words in
  7633.    MarxMenu are used in other programming languages, I claim a copyright on
  7634.    the collection of words which make up the MarxMenu language. I therefore
  7635.    consider it an infringement of my CopyRight to create a software product
  7636.    which uses the MarxMenu language, or translates MarxMenu source code,
  7637.    without purchasing a license to do so.
  7638.  
  7639.    The combinations of definitions of commands in this manual constitute a
  7640.    copyrighted work. Any publication which describes a computer language
  7641.    for which the MarxMenu command set is a subset is a violation of the
  7642.    copyright of this software and this written manual.
  7643.  
  7644.    In other words, don't try to clone MarxMenu.
  7645.  
  7646.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  7647.  
  7648.    You are licensed to use this program on a single CPU or workstation. If
  7649.    you are running on a network, you are required to license a separate
  7650.    copy for each workstation or a file server license for each file server.
  7651.    If you are running on a multiuser operating system such as Concurrent
  7652.    DOS, you are required to license a copy for each workstation. Everyone
  7653.    who uses this menu, must license a copy unless several people share the
  7654.    same workstation.
  7655.  
  7656.    This software is licensed and not sold. The license begins when Computer
  7657.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7658.    rent this software without the written consent of Computer Tyme. You are
  7659.    not allowed to distribute MarxMenu in runtime form with software you
  7660.    developed unless it is in combination with a paid for copy of MarxMenu,
  7661.    or you have made special arrangements in writing with Computer Tyme to
  7662.    do so.
  7663.  
  7664.    Use of this product constitutes your acceptance of the terms and
  7665.    conditions of this license and of my copyright and your agreement to
  7666.    abide by these terms and conditions.
  7667.  
  7668.    WARRANTY:   WARRANTY:   WARRANTY:
  7669.  
  7670.    The warranty is limited to the diskettes to be machine readable for a
  7671.    period of 30 days after purchase. Although we try hard to write perfect
  7672.    software that has no bugs, we do not guarantee that. We also do not
  7673.    guarantee that this product is fit for every purpose and we are not
  7674.    liable for any damages that might occur from use of this product. This
  7675.    agreement is governed by the laws of the State of Missouri.
  7676.  
  7677.  
  7678.  
  7679.    Computer Tyme MarxMenu Users Manual                     Page 2
  7680.    _______________________________________________________________
  7681.  
  7682.  
  7683.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  7684.  
  7685.    I would like to thank the following people for making this product
  7686.    possible:
  7687.  
  7688.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7689.    for being good to me and helping with revisions and editing.
  7690.  
  7691.    The Computer Tyme staff for being the best employees in the world.
  7692.  
  7693.    Borland International for writing Turbo Pascal and keeping it bug free
  7694.    and well supported.
  7695.  
  7696.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7697.    and their well written, well supported product.
  7698.  
  7699.    Semware for TEdit and QEdit, their full screen editors.
  7700.  
  7701.    All users who actually paid for this product so that we may continue to
  7702.    eat.
  7703.  
  7704.    Those of you who have pointed out bugs and made suggestions to improve
  7705.    our product.
  7706.  
  7707.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  7708.  
  7709.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7710.    are trademarks of Computer Tyme.
  7711.  
  7712.     QEdit and TEdit are trademarks of SemWare.
  7713.     Lotus is a registered trademark of Lotus Development.
  7714.     Wordstar is a registered trademark of MicroPro International.
  7715.     Smart Software is a trademark of Informix.
  7716.     MS-DOS is a trademark of Microsoft.
  7717.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7718.     Turbo Pascal is a trademark of Borland International.
  7719.     OPRO and TPRO are trademarks of TurboPower Software.
  7720.     Netware and Novell are trademarks of Novell.
  7721.     DesqView and QEMM are trademarks of Quarterdeck.
  7722.     IBM and OS/2 are trademarks of International Business Machines.
  7723.  
  7724.     Created using Turbo Pascal
  7725.     Copyright 1983-90 by Borland International
  7726.  
  7727.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  7728.  
  7729.    When I first wrote this program my friends referred to it as Marc's
  7730.    Menu. The Names .................................  166
  7731.        -- Window .........................................  166
  7732.        -- WindowHeight ...................................  166
  7733.        -- WindowWidth ....................................  166
  7734.        -- WinX ...........................................  167
  7735.        -- WinY ...........................................  167
  7736.        -- Write ..........................................  167
  7737.        -- WriteCenter ....................................  167
  7738.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  7739.        -- WriteTextFile ..................................  167
  7740.  
  7741.  
  7742.  
  7743.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7744.    _______________________________________________________________
  7745.  
  7746.  
  7747.        -- WriteVertical ..................................  168
  7748.        -- Xor ............................................  168
  7749.        -- Year ...........................................  168
  7750.        -- YearOf .........................................  168
  7751.        String Constants ..................................  169
  7752.        Time and Date Constants ...........................  169
  7753.        Video Constants ...................................  170
  7754.        Color Constants ...................................  170
  7755.        Boolean Constants .................................  170
  7756.        Conditional Statements ............................  170
  7757.        Environment Variables used by MarxMenu ............  171
  7758.        Command Categories ................................  172
  7759.        -- Misc Commands ..................................  173
  7760.        -- Math Commands ..................................  173
  7761.        -- Float Commands .................................  174
  7762.        -- String Commands ................................  175
  7763.        -- Variable Commands ..............................  176
  7764.        -- Boolean Commands ...............................  176
  7765.        -- Array Commands .................................  177
  7766.        -- Memory Commands ................................  178
  7767.        -- Novell Commands ................................  178
  7768.        -- MSNet Commands .................................  180
  7769.        -- Vines Commands .................................  180
  7770.        -- Time Commands ..................................  181
  7771.        -- Execution Commands .............................  182
  7772.        -- Display Commands ...............................  182
  7773.        -- Color Commands .................................  184
  7774.        -- Environment Commands ...........................  184
  7775.        -- System Commands ................................  185
  7776.        -- File Commands ..................................  185
  7777.        -- Ansi Commands ..................................  186
  7778.        -- Printer Commands ...............................  186
  7779.        -- International Commands .........................  186
  7780.        -- DesqView Commands ..............................  187
  7781.        -- Conditional Commands ...........................  187
  7782.        -- Keyboard Commands ..............................  188
  7783.        -- MouseControl Commands ..........................  188
  7784.        -- Music Commands .................................  188
  7785.  
  7786.  
  7787.  
  7788.    Computer Tyme MarxMenu Users Manual                     Page 1
  7789.    _______________________________________________________________
  7790.  
  7791.  
  7792.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  7793.  
  7794.    This manual is copyrighted material and all rights are reserved.
  7795.    MarxMenu is a programming language which describes to the computer what
  7796.    it is supposed to do. Even though some of the individual words in
  7797.    MarxMenu are used in other programming languages, I claim a copyright on
  7798.    the collection of words which make up the MarxMenu language. I therefore
  7799.    consider it an infringement of my CopyRight to create a software product
  7800.    which uses the MarxMenu language, or translates MarxMenu source code,
  7801.    without purchasing a license to do so.
  7802.  
  7803.    The combinations of definitions of commands in this manual constitute a
  7804.    copyrighted work. Any publication which describes a computer language
  7805.    for which the MarxMenu command set is a subset is a violation of the
  7806.    copyright of this software and this written manual.
  7807.  
  7808.    In other words, don't try to clone MarxMenu.
  7809.  
  7810.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  7811.  
  7812.    You are licensed to use this program on a single CPU or workstation. If
  7813.    you are running on a network, you are required to license a separate
  7814.    copy for each workstation or a file server license for each file server.
  7815.    If you are running on a multiuser operating system such as Concurrent
  7816.    DOS, you are required to license a copy for each workstation. Everyone
  7817.    who uses this menu, must license a copy unless several people share the
  7818.    same workstation.
  7819.  
  7820.    This software is licensed and not sold. The license begins when Computer
  7821.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7822.    rent this software without the written consent of Computer Tyme. You are
  7823.    not allowed to distribute MarxMenu in runtime form with software you
  7824.    developed unless it is in combination with a paid for copy of MarxMenu,
  7825.    or you have made special arrangements in writing with Computer Tyme to
  7826.    do so.
  7827.  
  7828.    Use of this product constitutes your acceptance of the terms and
  7829.    conditions of this license and of my copyright and your agreement to
  7830.    abide by these terms and conditions.
  7831.  
  7832.    WARRANTY:   WARRANTY:   WARRANTY:
  7833.  
  7834.    The warranty is limited to the diskettes to be machine readable for a
  7835.    period of 30 days after purchase. Although we try hard to write perfect
  7836.    software that has no bugs, we do not guarantee that. We also do not
  7837.    guarantee that this product is fit for every purpose and we are not
  7838.    liable for any damages that might occur from use of this product. This
  7839.    agreement is governed by the laws of the State of Missouri.
  7840.  
  7841.  
  7842.  
  7843.    Computer Tyme MarxMenu Users Manual                     Page 2
  7844.    _______________________________________________________________
  7845.  
  7846.  
  7847.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  7848.  
  7849.    I would like to thank the following people for making this product
  7850.    possible:
  7851.  
  7852.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7853.    for being good to me and helping with revisions and editing.
  7854.  
  7855.    The Computer Tyme staff for being the best employees in the world.
  7856.  
  7857.    Borland International for writing Turbo Pascal and keeping it bug free
  7858.    and well supported.
  7859.  
  7860.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7861.    and their well written, well supported product.
  7862.  
  7863.    Semware for TEdit and QEdit, their full screen editors.
  7864.  
  7865.    All users who actually paid for this product so that we may continue to
  7866.    eat.
  7867.  
  7868.    Those of you who have pointed out bugs and made suggestions to improve
  7869.    our product.
  7870.  
  7871.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  7872.  
  7873.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7874.    are trademarks of Computer Tyme.
  7875.  
  7876.     QEdit and TEdit are trademarks of SemWare.
  7877.     Lotus is a registered trademark of Lotus Development.
  7878.     Wordstar is a registered trademark of MicroPro International.
  7879.     Smart Software is a trademark of Informix.
  7880.     MS-DOS is a trademark of Microsoft.
  7881.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7882.     Turbo Pascal is a trademark of Borland International.
  7883.     OPRO and TPRO are trademarks of TurboPower Software.
  7884.     Netware and Novell are trademarks of Novell.
  7885.     DesqView and QEMM are trademarks of Quarterdeck.
  7886.     IBM and OS/2 are trademarks of International Business Machines.
  7887.  
  7888.     Created using Turbo Pascal
  7889.     Copyright 1983-90 by Borland International
  7890.  
  7891.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  7892.  
  7893.    When I first wrote this program my friends referred to it as Marc's
  7894.    Menu. The Names .................................  166
  7895.        -- Window .........................................  166
  7896.        -- WindowHeight ...................................  166
  7897.        -- WindowWidth ....................................  166
  7898.        -- WinX ...........................................  167
  7899.        -- WinY ...........................................  167
  7900.        -- Write ..........................................  167
  7901.        -- WriteCenter ....................................  167
  7902.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  7903.        -- WriteTextFile ..................................  167
  7904.  
  7905.  
  7906.  
  7907.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7908.    _______________________________________________________________
  7909.  
  7910.  
  7911.        -- WriteVertical ..................................  168
  7912.        -- Xor ............................................  168
  7913.        -- Year ...........................................  168
  7914.        -- YearOf .........................................  168
  7915.        String Constants ..................................  169
  7916.        Time and Date Constants ...........................  169
  7917.        Video Constants ...................................  170
  7918.        Color Constants ...................................  170
  7919.        Boolean Constants .................................  170
  7920.        Conditional Statements ............................  170
  7921.        Environment Variables used by MarxMenu ............  171
  7922.        Command Categories ................................  172
  7923.        -- Misc Commands ..................................  173
  7924.        -- Math Commands ..................................  173
  7925.        -- Float Commands .................................  174
  7926.        -- String Commands ................................  175
  7927.        -- Variable Commands ..............................  176
  7928.        -- Boolean Commands ...............................  176
  7929.        -- Array Commands .................................  177
  7930.        -- Memory Commands ................................  178
  7931.        -- Novell Commands ................................  178
  7932.        -- MSNet Commands .................................  180
  7933.        -- Vines Commands .................................  180
  7934.        -- Time Commands ..................................  181
  7935.        -- Execution Commands .............................  182
  7936.        -- Display Commands ...............................  182
  7937.        -- Color Commands .................................  184
  7938.        -- Environment Commands ...........................  184
  7939.        -- System Commands ................................  185
  7940.        -- File Commands ..................................  185
  7941.        -- Ansi Commands ..................................  186
  7942.        -- Printer Commands ...............................  186
  7943.        -- International Commands .........................  186
  7944.        -- DesqView Commands ..............................  187
  7945.        -- Conditional Commands ...........................  187
  7946.        -- Keyboard Commands ..............................  188
  7947.        -- MouseControl Commands ..........................  188
  7948.        -- Music Commands .................................  188
  7949.  
  7950.  
  7951.  
  7952.    Computer Tyme MarxMenu Users Manual                     Page 1
  7953.    _______________________________________________________________
  7954.  
  7955.  
  7956.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  7957.  
  7958.    This manual is copyrighted material and all rights are reserved.
  7959.    MarxMenu is a programming language which describes to the computer what
  7960.    it is supposed to do. Even though some of the individual words in
  7961.    MarxMenu are used in other programming languages, I claim a copyright on
  7962.    the collection of words which make up the MarxMenu language. I therefore
  7963.    consider it an infringement of my CopyRight to create a software product
  7964.    which uses the MarxMenu language, or translates MarxMenu source code,
  7965.    without purchasing a license to do so.
  7966.  
  7967.    The combinations of definitions of commands in this manual constitute a
  7968.    copyrighted work. Any publication which describes a computer language
  7969.    for which the MarxMenu command set is a subset is a violation of the
  7970.    copyright of this software and this written manual.
  7971.  
  7972.    In other words, don't try to clone MarxMenu.
  7973.  
  7974.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  7975.  
  7976.    You are licensed to use this program on a single CPU or workstation. If
  7977.    you are running on a network, you are required to license a separate
  7978.    copy for each workstation or a file server license for each file server.
  7979.    If you are running on a multiuser operating system such as Concurrent
  7980.    DOS, you are required to license a copy for each workstation. Everyone
  7981.    who uses this menu, must license a copy unless several people share the
  7982.    same workstation.
  7983.  
  7984.    This software is licensed and not sold. The license begins when Computer
  7985.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7986.    rent this software without the written consent of Computer Tyme. You are
  7987.    not allowed to distribute MarxMenu in runtime form with software you
  7988.    developed unless it is in combination with a paid for copy of MarxMenu,
  7989.    or you have made special arrangements in writing with Computer Tyme to
  7990.    do so.
  7991.  
  7992.    Use of this product constitutes your acceptance of the terms and
  7993.    conditions of this license and of my copyright and your agreement to
  7994.    abide by these terms and conditions.
  7995.  
  7996.    WARRANTY:   WARRANTY:   WARRANTY:
  7997.  
  7998.    The warranty is limited to the diskettes to be machine readable for a
  7999.    period of 30 days after purchase. Although we try hard to write perfect
  8000.    software that has no bugs, we do not guarantee that. We also do not
  8001.    guarantee that this product is fit for every purpose and we are not
  8002.    liable for any damages that might occur from use of this product. This
  8003.    agreement is governed by the laws of the State of Missouri.
  8004.  
  8005.  
  8006.  
  8007.    Computer Tyme MarxMenu Users Manual                     Page 2
  8008.    _______________________________________________________________
  8009.  
  8010.  
  8011.    ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:   ACKNOWLEDGMENTS:
  8012.  
  8013.    I would like to thank the following people for making this product
  8014.    possible:
  8015.  
  8016.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  8017.    for being good to me and helping with revisions and editing.
  8018.  
  8019.    The Computer Tyme staff for being the best employees in the world.
  8020.  
  8021.    Borland International for writing Turbo Pascal and keeping it bug free
  8022.    and well supported.
  8023.  
  8024.    TurboPower Software for their very powerful extensions to Turbo Pascal
  8025.    and their well written, well supported product.
  8026.  
  8027.    Semware for TEdit and QEdit, their full screen editors.
  8028.  
  8029.    All users who actually paid for this product so that we may continue to
  8030.    eat.
  8031.  
  8032.    Those of you who have pointed out bugs and made suggestions to improve
  8033.    our product.
  8034.  
  8035.    TRADEMARKS   TRADEMARKS   TRADEMARKS
  8036.  
  8037.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  8038.    are trademarks of Computer Tyme.
  8039.  
  8040.     QEdit and TEdit are trademarks of SemWare.
  8041.     Lotus is a registered trademark of Lotus Development.
  8042.     Wordstar is a registered trademark of MicroPro International.
  8043.     Smart Software is a trademark of Informix.
  8044.     MS-DOS is a trademark of Microsoft.
  8045.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  8046.     Turbo Pascal is a trademark of Borland International.
  8047.     OPRO and TPRO are trademarks of TurboPower Software.
  8048.     Netware and Novell are trademarks of Novell.
  8049.     DesqView and QEMM are trademarks of Quarterdeck.
  8050.     IBM and OS/2 are trademarks of International Business Machines.
  8051.  
  8052.     Created using Turbo Pascal
  8053.     Copyright 1983-90 by Borland International
  8054.  
  8055.    THE MARXMENU NAME   THE MARXMENU NAME   THE MARXMENU NAME
  8056.  
  8057.    When I first wrote this program my friends referred to it as Marc's
  8058.    Menu. The Names .................................  166
  8059.        -- Window .........................................  166
  8060.        -- WindowHeight ...................................  166
  8061.        -- WindowWidth ....................................  166
  8062.        -- WinX ...........................................  167
  8063.        -- WinY ...........................................  167
  8064.        -- Write ..........................................  167
  8065.        -- WriteCenter ....................................  167
  8066.        -- WriteFileBlock .................................  167è       -- Writeln ........................................  167
  8067.        -- WriteTextFile ..................................  167
  8068.  
  8069.  
  8070.  
  8071.    Computer Tyme MarxMenu * Table of Contents              Page 15
  8072.    _______________________________________________________________
  8073.  
  8074.  
  8075.        -- WriteVertical ..................................  168
  8076.        -- Xor ............................................  168
  8077.        -- Year ...........................................  168
  8078.        -- YearOf .........................................  168
  8079.        String Constants ..................................  169
  8080.        Time and Date Constants ...........................  169
  8081.        Video Constants ...................................  170
  8082.        Color Constants ...................................  170
  8083.        Boolean Constants .................................  170
  8084.        Conditional Statements ............................  170
  8085.        Environment Variables used by MarxMenu ............  171
  8086.        Command Categories ................................  172
  8087.        -- Misc Commands ..................................  173
  8088.        -- Math Commands ..................................  173
  8089.        -- Float Commands .................................  174
  8090.        -- String Commands ................................  175
  8091.        -- Variable Commands ..............................  176
  8092.        -- Boolean Commands ...............................  176
  8093.        -- Array Commands .................................  177
  8094.        -- Memory Commands ................................  178
  8095.        -- Novell Commands ................................  178
  8096.        -- MSNet Commands .................................  180
  8097.        -- Vines Commands .................................  180
  8098.        -- Time Commands ..................................  181
  8099.        -- Execution Commands .............................  182
  8100.        -- Display Commands ...............................  182
  8101.        -- Color Commands .................................  184
  8102.        -- Environment Commands ...........................  184
  8103.        -- System Commands ................................  185
  8104.        -- File Commands ..................................  185
  8105.        -- Ansi Commands ..................................  186
  8106.        -- Printer Commands ...............................  186
  8107.        -- International Commands .........................  186
  8108.        -- DesqView Commands ..............................  187
  8109.        -- Conditional Commands ...........................  187
  8110.        -- Keyboard Commands ..............................  188
  8111.        -- MouseControl Commands ..........................  188
  8112.        -- Music Commands .................................  188
  8113.  
  8114.  
  8115.  
  8116.    Computer Tyme MarxMenu Users Manual                     Page 1
  8117.    _______________________________________________________________
  8118.  
  8119.  
  8120.    COPYRIGHT   COPYRIGHT   COPYRIGHT
  8121.  
  8122.    This manual is copyrighted material and all rights are reserved.
  8123.    MarxMenu is a programming language which describes to the computer what
  8124.    it is supposed to do. Even though some of the individual words in
  8125.    MarxMenu are used in other programming languages, I claim a copyright on
  8126.    the collection of words which make up the MarxMenu language. I therefore
  8127.    consider it an infringement of my CopyRight to create a software product
  8128.    which uses the MarxMenu language, or translates MarxMenu source code,
  8129.    without purchasing a license to do so.
  8130.  
  8131.    The combinations of definitions of commands in this manual constitute a
  8132.    copyrighted work. Any publication which describes a computer language
  8133.    for which the MarxMenu command set is a subset is a violation of the
  8134.    copyright of this software and this written manual.
  8135.  
  8136.    In other words, don't try to clone MarxMenu.
  8137.  
  8138.    LICENSE AGREEMENT:   LICENSE AGREEMENT:   LICENSE AGREEMENT:
  8139.  
  8140.    You are licensed to use this program on a single CPU or workstation. If
  8141.    you are running on a network, you are required to license a separate
  8142.    copy for each workstation or a file server license for each file server.
  8143.    If you are running on a multiuser operating system such as Concurrent
  8144.    DOS, you are required to license a copy for each workstation. Everyone
  8145.    who uses this menu, must license a copy unless several people share the
  8146.    same workstation.
  8147.  
  8148.    This software is licensed and not sold. The license begins when Computer
  8149.    Tyme receives payment in full. You may not transfer, sell, sublease or
  8150.    rent this software without the written consent of Computer Tyme. You are
  8151.    not allowed to distribute MarxMenu in runtime form with software you
  8152.    developed unless it is in combination with a paid for copy of MarxMenu,
  8153.    or you have made special arrangements in writing with Computer Tyme to
  8154.    do so.
  8155.  
  8156.    Use of this product constitutes your acceptance of the terms and
  8157.    conditions of this license and of my copyright and your agreement to
  8158.    abide by these terms and conditions.
  8159.  
  8160.    WARRANTY:   WARRANTY:   WARRANTY:
  8161.  
  8162.    The warranty is limited to the diskettes to be machine readable for a
  8163.    period of 30 days after purchase. Although we try hard to write perfect
  8164.    software that has no bugs, we do not guarantee that. We also do not
  8165.    guarantee that this product is fit for every purpose and we are not
  8166.    liable for any damages that might occur from use of this product. This
  8167.    agreement is governed by the laws of the State of Missouri.
  8168.  
  8169.  
  8170.  
  8171.    Computer Tyme MarxMenu Users Manual                     Page 2
  8172.    _______________________________________________________________
  8173.  
  8174.  
  8175.    ACKNOWLEDGMENTS:   ACKNOWLEDG